Comparing version 1.6.4 to 1.6.5
@@ -0,1 +1,8 @@ | ||
#### 1.6.5 Maintenance Release | ||
- Fix concurrency bug in chain operator (issue #335) | ||
- Fix flattening login in map operator (issue #314) | ||
- Fix message inserts for errors thrown in function bodies (issue #297) | ||
- Limit array size allocatable by range operator to ten million entries (issue #240) | ||
#### 1.6.4 Maintenance Release | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "jsonata", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "JSON query and transformation language", | ||
@@ -49,3 +49,3 @@ "module": "jsonata.js", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.0.0", | ||
"eslint": "^5.15.3", | ||
"eslint-plugin-ideal": "^0.1.3", | ||
@@ -55,3 +55,3 @@ "istanbul": "^0.4.5", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^5.0.0", | ||
"mocha": "^6.0.2", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
@@ -58,0 +58,0 @@ "regenerator": "^0.13.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
726688
14335
2