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.17.4

Diff

Changelog

Source

0.17.4 (2023-05-18)

Bug Fixes

  • #275 flush debounced changes in text mode before blur and destroy (e8270e9)
josdejong
published 0.17.3 •

Changelog

Source

0.17.3 (2023-05-05)

Features

  • update dependencies (jsonrepair and dev dependencies) (d2c424a)
josdejong
published 0.17.2 •

Changelog

Source

0.17.2 (2023-05-03)

Features

  • update dependencies (codemirror, sass) (aeb9af5)

Bug Fixes

  • #238 editor scrolls the browser page to top on Safari when getting focus (20129f8)
josdejong
published 0.17.1 •

Changelog

Source

0.17.1 (2023-04-17)

Features

  • make the option askToFormat configurable (fix #252) (5e5494f)

Bug Fixes

  • #142 cannot select contents in readOnly text mode (99922dc)
  • #251 enable search in text mode when readOnly (50f8889)
  • update dependencies (jsonrepair and @codemirror/view) (5ff1306)
josdejong
published 0.17.0 •

Changelog

Source

0.17.0 (2023-04-17)

⚠ BREAKING CHANGES

  • The pointers to entry files and the exports map in the package.json file have been changed. This is just an under-the-hood change for most use cases.

Features

  • change stringifyJSONPath and parseJSONPath to have a more human friendly output (f0f8b80)
  • update dependencies and devDependencies (f32281f)
  • update dependencies including @sveltejs/package, changing the package structure (#258) (78603d4)
josdejong
published 0.16.1 •

Changelog

Source

0.16.1 (2023-03-24)

Bug Fixes

  • change the row numbering in table mode to zero based for consistency (d923268)
  • give the optional rootPath option of transform a default value (b38db6c)
josdejong
published 0.16.0 •

Changelog

Source

0.16.0 (2023-03-15)

⚠ BREAKING CHANGES

  • Methods set, update, patch, expand, acceptAutoRepair, scrollTo, focus, refresh, updateProps and destroy are now async and return a Promise.

Features

  • implement the public method scrollTo for mode table (a615548)
  • update dependencies svelte-awesome and svelte-select and some devDependencies (05acdcf)

Bug Fixes

  • #189 setup eslint to enforce .js file extensions on all imports (cf37451)
  • #236 change the public methods to return a Promise`, resolving after the editor is re-rendered (dbfb1a6)
  • #237 parse error in case of empty text, and parse error not cleared on change (31e9e50)
josdejong
published 0.15.1 •

Changelog

Source

0.15.1 (2023-03-01)

Bug Fixes

  • missing .js extension on import (ae66310)
josdejong
published 0.15.0 •

Changelog

Source

0.15.0 (2023-03-01)

⚠ BREAKING CHANGES

  • when there are no validation errors, the return value of method validate() and parameter contentErrors in callback onChange is now null instead of { validationErrors: [] }.

Features

  • faster getColumns without sampling (0937718)
  • sample the array to detect headers (fast) and have a button to enforce checking all items (452d168)

Bug Fixes

  • #226 return null instead of { validationErrors: [] } when there are no validation errors (395dbd1)
  • #231 code mode grabbing focus on creation (5df57ee)
  • update dependencies and devDependencies (9275c34)
josdejong
published 0.14.10 •

Changelog

Source

0.14.10 (2023-02-24)

Features

  • implement an "Edit row" action in the context menu of table mode (4211a14)

Bug Fixes

  • #226 export typeguards isContentParseError and isContentValidationErrors (0c8189f)
  • table mode broken due to a wrong import (regression since v0.14.6) (1e48fe5)
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