Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cloudform", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript-based imperative way to define AWS CloudFormation templates", | ||
@@ -24,7 +24,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"ts-node": "^5.0.1" | ||
"ts-node": "^5.0.1", | ||
"typescript": "^2.6.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^8.0.53", | ||
"typescript": "^2.6.1", | ||
"lodash": "^4.17.4", | ||
@@ -31,0 +31,0 @@ "node-fetch": "^1.7.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
1
2
+ Addedtypescript@^2.6.1
+ Addedtypescript@2.9.2(transitive)