@apigames/json
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"main": "src/index.js", | ||
@@ -21,6 +21,6 @@ "scripts": { | ||
"@types/jest": "^26.0.0", | ||
"@types/node": "^14.6.4", | ||
"@types/node": "^14.10.1", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.8.1", | ||
"eslint": "^7.9.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
@@ -27,0 +27,0 @@ "eslint-plugin-import": "^2.22.0", |
@@ -1,1 +0,30 @@ | ||
# API Games JSON Utilities | ||
API Games JSON Utilities | ||
======================== | ||
JSON Utilities Library for the API Games Platform and SDKs. | ||
* * * | ||
This package includes a set of utility functions that provide efficient and consistent JSON object manipulation capabilities. | ||
### List of features | ||
* Provides the ability to append a JSON object with another sub document | ||
* Provides the ability to compare JSON objects | ||
* Provides the ability to clone a JSON object | ||
* Provides the ability to extract and redact elements from a JSON obejct | ||
* Provides the ability to evaluate JSON element types | ||
### Download & Installation | ||
```shell | ||
$ npm i @apigames/json | ||
``` | ||
### Authors or Acknowledgments | ||
* API Games Limited | ||
### License | ||
This project is licensed under the MIT License |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20332
31
0