Socket
Socket
Sign inDemoInstall

jsonata

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23456Next

2.0.5

Diff

jsonata
published 1.8.7 •

jsonata
published 2.0.4 •

Changelog

Source

2.0.4 Maintenance Release

  • Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/676)
  • Add upper/lower presentation format for am/pm in fromMillis (PR https://github.com/jsonata-js/jsonata/pull/644)
  • Various documentation additions and corrections
jsonata
published 2.0.3 •

Changelog

Source

2.0.3 Maintenance Release

  • Fix regex termination lexer (PR https://github.com/jsonata-js/jsonata/pull/623)
  • Fix TypeScript definition (PR https://github.com/jsonata-js/jsonata/pull/633)
jsonata
published 2.0.2 •

Changelog

Source

2.0.2 Maintenance Release

  • Typescript definition: fix return type of evaluate method (PR https://github.com/jsonata-js/jsonata/pull/615)
jsonata
published 2.0.1 •

Changelog

Source

2.0.1 Maintenance Release

  • Small update to pick up README changes with 2.0.0 changes
jsonata
published 2.0.0 •

Changelog

Source

2.0.0 Major Release

Version 2.0.0 contains a breaking change to the Javascript API as a result of reimplementing the evaluator to use async functions instead of generators. This provides a performance boost. No breaking changes have been made to the JSONata language itself.

  • Faster JSONata evaluation by switching from generators to async/await (PR #583)
  • Add support for parsing binary, octal & hexadecimal numbers (PR #573)
jsonata
published 1.8.6 •

Changelog

Source

1.8.6 Maintenance Release

  • Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546)
  • Fix error when converting empty array to an object (issue #547)
  • Fix Buffer deprecation warning (PR #560)
jsonata
published 1.8.5 •

Changelog

Source

1.8.5 Maintenance Release

  • Fix regression with singleton sequence of array type (issue #462)
  • Correctly handle empty array input to group expression (issue #527)
  • Fix bug with outer array when evaluating wildcard (issue #495)
jsonata
published 1.8.4 •

Changelog

Source

1.8.4 Maintenance Release

  • Fix bug in $eval when second arg is an empty array (issue #463)
  • Fix bug in toMillis() parsing timezones (issue #477)
23456Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc