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

jsonata

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonata - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

4

CHANGELOG.md

@@ -0,2 +1,6 @@

#### 1.6.3 Maintenance Release
- Fix es5 build and polyfills to enable test suite to (mostly) run in Nashorn (PR #288)
- Extra polyfill required for running jsonata-es5.js in IE 11 (PR #289)
#### 1.6.2 Maintenance Release

@@ -3,0 +7,0 @@

7

package.json
{
"name": "jsonata",
"version": "1.6.2",
"version": "1.6.3",
"description": "JSON query and transformation language",

@@ -22,3 +22,3 @@ "module": "jsonata.js",

"mkdir-dist": "mkdirp ./dist",
"regenerator": "regenerator src dist",
"regenerator": "babel src --out-dir dist --presets=@babel/env",
"browserify-es5": "regenerator --include-runtime polyfill.js > jsonata-es5.js; browserify dist/jsonata.js --standalone jsonata >> jsonata-es5.js",

@@ -43,2 +43,5 @@ "prepublishOnly": "npm run browserify && npm run minify && npm run build-es5",

"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"browserify": "^16.1.0",

@@ -45,0 +48,0 @@ "chai": "^4.1.2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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