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

Comparing version 1.8.4 to 1.8.5

6

CHANGELOG.md

@@ -0,1 +1,7 @@

#### 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)
#### 1.8.4 Maintenance Release

@@ -2,0 +8,0 @@

4

jsonata.d.ts

@@ -16,2 +16,6 @@ // Type definitions for jsonata 1.7

steps?: ExprNode[];
expressions?: ExprNode[];
stages?: ExprNode[];
lhs?: ExprNode;
rhs?: ExprNode;
}

@@ -18,0 +22,0 @@

2

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

@@ -5,0 +5,0 @@ "module": "jsonata.js",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc