[Snyk] Upgrade @discoveryjs/json-ext from 0.5.7 to 0.6.3 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @discoveryjs/json-ext from 0.5.7 to 0.6.3.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 4 versions ahead of your current version.
The recommended version was released 7 months ago.
Release notes
Package name: @discoveryjs/json-ext
-
0.6.3 - 2024-10-24
- Fixed an issue with
-
0.6.2 - 2024-10-18
- Added
- Fixed
-
0.6.1 - 2024-08-06
- Enhanced the performance of
- Enhanced the performance of
- Fixed
-
0.6.0 - 2024-07-02
- Added
- Added
- Added
- Changed
- Removed
- Fixed conformance
- Aligned API with
- Renamed
- Removed the
- The function result no longer contains the
- Fixed conformance with
- Discontinued exposing the
- Converted to Dual Package, i.e. ESM and CommonJS support
-
0.5.7 - 2022-03-09
- Fixed adding entire
from @discoveryjs/json-ext GitHub release notestypesin theexportsofpackage.jsonthat introduced in version0.6.2(#14)spaceBytesfield tostringifyInfo()result, which indicates the number of bytes used for white spaces. This allows for estimating size ofJSON.stringify()result with and without formatting (whenspaceoption is used) in a single pass instead of twostringifyInfo()to correctly accept thespaceparameter from options, i.e.stringifyInfo(data, { space: 2 })stringifyChunked()by 1.5-3xstringifyInfo()by 1.5-5xparseFromWebStream()to ensure that the lock on the reader is properly releasedstringifyChunked()as a generator functioncreateStringifyWebStream()functionparseFromWebStream()functionparseChunked()to accept an iterable or async iterable that iterates over string, Buffer, or TypedArray elementsstringifyStream(), useReadable.from(stringifyChunked())insteadstringifyChunked()withJSON.stringify()when replacer a list of keys and a key refer to an entry in a prototype chainstringifyInfo():stringifyChunkedby acceptingoptionsas the second parameter. Now supports:stringifyInfo(value, replacer?, space?)stringifyInfo(value, options?)minLengthfield intobytesin functions resultasyncoptionasyncandduplicatefieldsJSON.stringify()when replacer a list of keys and a key refer to an entry in a prototype chainversionattributepackage.jsoncontent to a bundle when target is a browserImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: