immutable-json-patch
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "immutable-json-patch", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Immutable JSON patch with support for reverting operations", | ||
@@ -14,2 +14,3 @@ "repository": { | ||
"types": "lib/types/index.d.ts", | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -45,13 +46,13 @@ "json", | ||
"@babel/cli": "7.18.10", | ||
"@babel/core": "7.18.10", | ||
"@babel/plugin-transform-typescript": "7.18.12", | ||
"@babel/preset-env": "7.18.10", | ||
"@babel/core": "7.19.0", | ||
"@babel/plugin-transform-typescript": "7.19.0", | ||
"@babel/preset-env": "7.19.0", | ||
"@babel/preset-typescript": "7.18.6", | ||
"@types/mocha": "9.1.1", | ||
"@types/node": "18.7.9", | ||
"@typescript-eslint/eslint-plugin": "5.33.1", | ||
"@typescript-eslint/parser": "5.33.1", | ||
"cpy-cli": "4.1.0", | ||
"@types/node": "18.7.16", | ||
"@typescript-eslint/eslint-plugin": "5.36.2", | ||
"@typescript-eslint/parser": "5.36.2", | ||
"cpy-cli": "4.2.0", | ||
"del-cli": "5.0.0", | ||
"eslint": "8.22.0", | ||
"eslint": "8.23.0", | ||
"eslint-config-standard": "17.0.0", | ||
@@ -61,10 +62,10 @@ "eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"eslint-plugin-promise": "6.0.1", | ||
"mocha": "10.0.0", | ||
"npm-run-all": "4.1.5", | ||
"rollup": "2.78.1", | ||
"rollup": "2.79.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.7.4", | ||
"typescript": "4.8.3", | ||
"uglify-js": "3.17.0" | ||
} | ||
} |
@@ -131,12 +131,5 @@ # immutable-json-patch | ||
#### type guards | ||
The library exposes the following type guards: | ||
```ts | ||
``` | ||
#### util functions | ||
The library exposes a set of utility functions to work with JSON pointers and to do immutable operations on JSON data: | ||
The library exposes a set of utility functions and typeguards to work with JSON pointers and to do immutable operations on JSON data: | ||
@@ -143,0 +136,0 @@ ```ts |
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
263572
192