dot-path-value
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "dot-path-value", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Safely get deep nested properties using dot notation", | ||
@@ -20,3 +20,4 @@ "author": "German Makarov <cxdcjs@gmail.com>", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.esm.js" | ||
"default": "./dist/index.esm.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
@@ -23,0 +24,0 @@ "types": "./dist/index.d.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
22973