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
1112

0.6.0

Diff

Changelog

Source

0.6.0 (2022-07-28)

⚠ BREAKING CHANGES

  • The signature of onChange is changed from onChange(updatedContent, previousContent, patchResult) to onChange(updatedContent, previousContent, { contentErrors, patchResult }).

Features

  • implement validate method and pass contentErrors via onChange, fixes #56 (#119) (9847382)

Bug Fixes

  • #118 cursor position in TextMode being reset after changing validator (e580e26)
josdejong
published 0.5.0 •

Changelog

Source

0.5.0 (2022-07-11)

⚠ BREAKING CHANGES

  • The bundled file has been moved into a separate npm package named vanilla-jsoneditor. Please replace: import { JSONEditor} from "svelte-jsoneditor/dist/jsoneditor.js" with import { JSONEditor} from "vanilla-jsoneditor". Read more about v0.5.0: https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md

Features

  • move bundle into a separate npm package vanilla-jsoneditor (#114) (e865be3)
josdejong
published 0.4.0 •

Changelog

Source

0.4.0 (2022-07-08)

⚠ BREAKING CHANGES

  • The 'code' mode has been renamed to 'text' mode.
  • The type JSONPath is changed from Array<string | number> to Array<string>, and some TypeScript types now come from immutable-json-patch.

Features

Bug Fixes

  • #105 disable dropdown button when all items are disabled (8698606)

  • #107 dependency issue with fortawesome building svelte-kit (7ad8e95)

  • #110 ContextMenu closes when hovering a validation error (#112) (46424bb)

  • generate a valid sourcemap again (7981a99)

  • make svelte a dependency, its type definitions are needed in TypeScript projects (see #19) (acb3acf)

  • remove the "powered by CodeMirror" text, is listed in readme and webapp footer instead (89d661a)

  • truncate text preview of invalid JSON in tree mode (67f5790)

  • make sure the next version will be marked as a breaking change (0737b6c)

1
1112
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