terrain-keypath
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "terrain-keypath", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A tiny class that defines a key path type for e.g. traversing deep objects, along with some related utilities", | ||
@@ -34,5 +34,5 @@ "main": "dist/KeyPath.js", | ||
"devDependencies": { | ||
"@types/node": "^10.12.18", | ||
"typescript": "^3.2.2" | ||
"@types/node": "^12.6.2", | ||
"typescript": "^3.5.3" | ||
} | ||
} |
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
9851