deep-objectify
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "deep-objectify", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A simple utility for converting a deep JSON structure to pure nested objects", | ||
@@ -51,8 +51,8 @@ "main": "dist/deepObjectify.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.23", | ||
"@types/node": "^12.12.14", | ||
"jest": "^24.9.0", | ||
"ts-jest": "^24.2.0", | ||
"typescript": "^3.7.2" | ||
"@types/jest": "^25.2.3", | ||
"@types/node": "^14.0.11", | ||
"jest": "^26.0.1", | ||
"ts-jest": "^26.1.0", | ||
"typescript": "^3.9.5" | ||
} | ||
} |
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
8671