Skip to content
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(deps): update dependencies & Node 16 supports #18

Merged
merged 4 commits into from
Jun 11, 2021
Merged

fix(deps): update dependencies & Node 16 supports #18

merged 4 commits into from
Jun 11, 2021

Conversation

azu
Copy link
Owner

@azu azu commented Jun 11, 2021

fix #16
fix #17

errorResult += err.toString();
});

view.on("close", code => {
view.on("close", (code) => {
if (code !== 0) {
Copy link
Owner Author

@azu azu Jun 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node.js 16 support.

When package is 404, errorResult is "" in Node.js 16.

@@ -1,5 +1,5 @@
{
"private": false,
"name": "lEgAcY-nAmE",
"name": "JSONStream",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use actual example

@azu azu changed the title fix(deps): update dependencies fix(deps): update dependencies & Node 16 supports Jun 11, 2021
@azu azu merged commit 7967d92 into master Jun 11, 2021
@azu azu deleted the feature/16 branch June 11, 2021 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency update to resolve npm audit issues
1 participant