Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Jan 31, 2024
1 parent 2576ac6 commit 3ed56f0
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 392 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"[json]": {
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ objectToString.write({ boolean: true });
stringToObject.pipe(objectToString);
```

## WARNING

Streams behave unexpectedly when processing errors in versions node 14 and later. In these versions, you need to make sure that in case of an error the stream will be destroyed or the processing of the stream will continue.

## EXAMPLE

[see test directory](https://github.com/siarheidudko/objectstream/tree/master/test)
Expand Down
Loading

0 comments on commit 3ed56f0

Please sign in to comment.