@syncfusion/ej2-data
Advanced tools
Comparing version 20.3.60 to 20.4.38
@@ -9,3 +9,4 @@ { | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:jsdoc/recommended" | ||
"plugin:jsdoc/recommended", | ||
"plugin:security/recommended" | ||
], | ||
@@ -22,2 +23,3 @@ "parser": "@typescript-eslint/parser", | ||
"@typescript-eslint/tslint", | ||
"eslint-plugin-security", | ||
"jsdoc" | ||
@@ -27,2 +29,15 @@ ], | ||
"use-isnan": "error", | ||
"security/detect-unsafe-regex":"error", | ||
"security/detect-buffer-noassert":"error", | ||
"security/detect-child-process":"error", | ||
"security/detect-disable-mustache-escape":"error", | ||
"security/detect-eval-with-expression":"error", | ||
"security/detect-no-csrf-before-method-override":"error", | ||
"security/detect-non-literal-fs-filename":"error", | ||
"security/detect-non-literal-regexp":"error", | ||
"security/detect-non-literal-require":"error", | ||
"security/detect-object-injection":"error", | ||
"security/detect-possible-timing-attacks":"error", | ||
"security/detect-pseudoRandomBytes":"error", | ||
"security/detect-new-buffer":"error", | ||
"@typescript-eslint/no-inferrable-types": "off", | ||
@@ -29,0 +44,0 @@ "@typescript-eslint/ban-types": ["warn", { |
@@ -5,16 +5,2 @@ # Changelog | ||
### DataManager | ||
#### Bug Fixes | ||
- `#I417282` - The Milliseconds value is not parsed properly with `parseJSON` method issue has been fixed | ||
## 20.3.50 (2022-10-18) | ||
### DataManager | ||
#### Bug Fixes | ||
- `#F176305` - DataManager causes memory leak when doing multiple server side actions issue has been fixed. | ||
## 19.4.52 (2022-02-15) | ||
@@ -21,0 +7,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.3.60 | ||
* version : 20.4.38 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-data@*", | ||
"_id": "@syncfusion/ej2-data@20.3.56", | ||
"_id": "@syncfusion/ej2-data@0.15.5", | ||
"_inBundle": false, | ||
"_integrity": "sha512-t71ho2swjVgG3jbMCZkDSQR2bmzLmTT4FwfPYw0fjchuS8oyLpvB3RzE6Bk7nY20b/2hDRfWvFtG29+7rneqMQ==", | ||
"_integrity": "sha512-1uJ+l/hoCGhBD/MMeCsXoGcm10+DqIzXqwbcjVFmUCjg8/mReiA16C9abydv+IUy6LLrTyXGfpZAP5xs3LP9RQ==", | ||
"_location": "/@syncfusion/ej2-data", | ||
@@ -43,4 +43,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-data/-/ej2-data-20.3.56.tgz", | ||
"_shasum": "252c54e86e2006633639e5ca430a63929b4b09fe", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-data/-/ej2-data-0.15.5.tgz", | ||
"_shasum": "f073a08d84e10ea5f9831a4d64ecbe92aefc7507", | ||
"_spec": "@syncfusion/ej2-data@*", | ||
@@ -53,3 +53,3 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.3.56" | ||
"@syncfusion/ej2-base": "~20.4.38" | ||
}, | ||
@@ -65,4 +65,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.3.60", | ||
"version": "20.4.38", | ||
"sideEffects": false | ||
} |
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
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
2274856
19607
+ Added@syncfusion/ej2-base@20.4.51(transitive)
+ Added@syncfusion/ej2-icons@20.4.48(transitive)
- Removed@syncfusion/ej2-base@20.3.56(transitive)
- Removed@syncfusion/ej2-icons@20.3.56(transitive)