New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-jsoneditor

Package Overview
Dependencies
Maintainers
1
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-jsoneditor - npm Package Versions

1
22

0.6.1

Diff

Changelog

Source

0.6.1 (2022-07-28)

Bug Fixes

  • make sure all imports in index.ts have a .js extension (52431f6)
  • re-introduce the ES workaround for [@fortawesome](https://github.com/fortawesome) again (2a7284c)
josdejong
published 0.6.0 •

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)

josdejong
published 0.3.60 •

Changelog

Source

0.3.60 (2022-06-09)

Bug Fixes

  • #55 support tabs for indentation, introduce new option tabSize (7e96e9a)
josdejong
published 0.3.59 •

Changelog

Source

0.3.59 (2022-06-08)

Bug Fixes

  • #91 interface OptionalJSONEditorProps missing in npm package (23bd690)
  • invert the color of warning text to make it better readable (410d91e)
  • render the status bar of code mode above parse errors and validation warnings (d765cb0)
  • update dependencies and devDependencies (9aa49b6)
josdejong
published 0.3.58 •

Changelog

Source

0.3.58 (2022-05-31)

Features

  • implement StatusBar in code mode (4bf271a)
josdejong
published 0.3.57 •

Changelog

Source

0.3.57 (2022-05-31)

Bug Fixes

  • make active line color a lighter than the selection color in code mode (1d26fc7)
josdejong
published 0.3.56 •

Changelog

Source

0.3.56 (2022-05-30)

Bug Fixes

  • disable broken sourcemap for the time being (8239683)
josdejong
published 0.3.55 •

Changelog

Source

0.3.55 (2022-05-30)

Bug Fixes

  • editor not having a border when welcome screen is displayed (87e5da9)
  • expanded state being reset when updating the contents (27f61f2)
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