object-path-plus
Advanced tools
Comparing version 1.3.0 to 1.3.1
## Changelog | ||
* 1.3.1 deyarn | ||
* 1.3.0 Support set() function for setting keys | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "object-path-plus", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Object path traversal with concatenation", | ||
@@ -31,3 +31,4 @@ "main": "dist/index.js", | ||
"test": "ava", | ||
"prepublishOnly": "yarn build" | ||
"prepublishOnly": "npm run build", | ||
"ci": "npm run lint && npm run build && npm run test" | ||
}, | ||
@@ -34,0 +35,0 @@ "ava": { |
@@ -9,2 +9,8 @@ # object-path-plus | ||
```sh | ||
npm install object-path-plus | ||
``` | ||
or | ||
```sh | ||
yarn add object-path-plus | ||
@@ -11,0 +17,0 @@ ``` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
9355
80
1