Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vanilla-jsoneditor

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilla-jsoneditor - npm Package Versions

1
13

0.9.0

Diff

Changelog

Source

0.9.0 (2022-10-25)

⚠ BREAKING CHANGES

  • Not exporting a set of undocumented utility functions anymore: isValueSelection, isKeySelection, isInsideSelection, isAfterSelection, isMultiSelection, isEditingSelection, createValueSelection, createKeySelection, createInsideSelection, createAfterSelection, createMultiSelection. And not exporting components SortModal and TransformModal anymore.

Features

  • export utility functions isContent, isTextContent, isJSONContent, toTextContent, (d21fc6d), closes #173

Bug Fixes

  • #174 the OnChange signature containing an any type instead of OnChangeStatus (c2d626f)
  • any type in JSONPathParser.parse type definition (19363b4)
josdejong
published 0.8.0 •

Changelog

Source

0.8.0 (2022-10-24)

⚠ BREAKING CHANGES

  • The custom FontAwesomeIcon is now replaced with IconDefinition from FontAwesome

Bug Fixes

  • #169 use IconDefinition from FontAwesome instead of a custom interface FontAwesomeIcon (9d693f9)
josdejong
published 0.7.11 •

Changelog

Source

0.7.11 (2022-10-18)

Features

  • convert primitive values like a string into an object or array holding the value (67d78f0), closes #160

Bug Fixes

  • correctly handle property names containing spaces and special characters in JMESPath (8e7d3e8)
  • errors not displayed at the right position in text mode when escapeUnicodeCharacters=true (8e7be40)
  • improve error message when using content.text wrongly (see #166) (cdad5fb)
  • revert dev dependency rollup-plugin-dts to v4 too to have it work with rollup v2 (2b183c7)
josdejong
published 0.7.10 •

Changelog

Source

0.7.10 (2022-10-13)

Features

  • implement a path editor in the Navigation Bar (#164) (9692634)

Bug Fixes

  • #162 clicking the color picker causes a form submit (42f2586)
  • show paths in Sort modal as a JSONPath (dot separated) instead of JSONPointer (3cde53d)
josdejong
published 0.7.9 •

Changelog

Source

0.7.9 (2022-09-30)

Bug Fixes

  • #123 use the main parser instead of validationParser to determine any parse errors (c18ede3)
josdejong
published 0.7.8 •

Changelog

Source

0.7.8 (2022-09-29)

Bug Fixes

  • #153 code using a missing dependency lossless-json (4a34214)
josdejong
published 0.7.7 •

Changelog

Source

0.7.7 (2022-09-29)

Features

  • implemented options parser and validationParser to support alternative JSON parsers like lossless-json (#151) (b47368b)
josdejong
published 0.7.6 •

Changelog

Source

0.7.6 (2022-09-28)

Bug Fixes

  • #149 double quote and unicode characters of control characters not being escaped correctly (ab213e6)
  • escaping unicode characters not triggered when loading a document in text mode (9dedca0)
josdejong
published 0.7.5 •

Changelog

Source

0.7.5 (2022-09-21)

Bug Fixes

  • #98 make copy compatible on non-secure origins and older browser (#144) (d43a646)
josdejong
published 0.7.4 •

Changelog

Source

0.7.4 (2022-09-12)

Bug Fixes

  • #130 do not open mobile keyboard when the editor is readonly (1c669fa)
  • #138 text of tooltip in text mode not readable when using a dark theme (5e7790e)
  • #139 cannot use numpad keyboard to enter numbers in tree mode (e2383d9)
  • inserting non capital case characters (861f36d)
  • let text mode not change json contents directly into text contents, and prevent freezing when loading a large document (#141) (28b2b56)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc