Releases · json5/json5
v2.2.3
- Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. ([#299])
v1.0.2
- Fix: Properties with the name
__proto__ are added to objects and arrays. ([#199]) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! ([#295]). This has been backported to v1. ([#298])
v2.2.2
- Fix: Properties with the name
__proto__ are added to objects and arrays.
(#199) This also fixes a prototype pollution vulnerability reported by
Jonathan Gregson! (#295).
v2.2.0
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. ([#236], [#244])
v2.1.3
- Fix: An out of memory bug when parsing numbers has been fixed. ([#228], [#229])
v2.1.2
- Fix: Bump
minimist to v1.2.5. ([#222])
v2.1.1
- New:
package.json and package.json5 include a module property so
bundlers like webpack, rollup and parcel can take advantage of the ES Module
build. ([#208])
- Fix:
stringify outputs \0 as \\x00 when followed by a digit. ([#210])
- Fix: Spelling mistakes have been fixed. ([#196])
v2.1.0
- New: The
index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)
v2.0.1
- Fix: The browser builds in the
dist directory support ES5. (#182)