path-to-prop
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "path-to-prop", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"sideEffects": false, | ||
"type": "module", | ||
"description": "Retrieves a property from an object based on a 'path/to.that.prop'", | ||
@@ -19,2 +20,6 @@ "module": "./dist/index.es.js", | ||
], | ||
"engines": { | ||
"node": ">=12.13", | ||
"npm": ">=7" | ||
}, | ||
"scripts": { | ||
@@ -21,0 +26,0 @@ "test": "vitest run", |
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
7208
Yes