-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deprecation warnings #96
Fix deprecation warnings #96
Conversation
…e, fix deprecation warning message for tests by updating Buffer, add package-lock to .gitignore
package.json
Outdated
@@ -28,6 +28,7 @@ | |||
"lint": "eslint src/ src-test/ --max-warnings 0", | |||
"test": "npm run precheck && mocha src-test/ --timeout 60000 --reporter dot && npm run lint" | |||
}, | |||
"overrides": { "tough-cookie": "~4.1.3" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it wise to put an overrides
in a package? This seems like people should do on a per-project basis, not me as a package maintainer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i.e. Thoughts on making this as a workaround explained in #93 until get-pixels
puts out a proper release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thats a fair workaround. Definitely your call as the package maintainer - removed the override.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks! I'll post a comment to #93 with attribution to you then =)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
resolve moderate severity npm audit warning with tough-cookie override