Comparing version 1.4.0 to 1.4.1
@@ -54,3 +54,3 @@ var fs = require('fs'); | ||
cb(null, result); | ||
} | ||
}; | ||
@@ -72,2 +72,4 @@ | ||
res = "['number']"; | ||
} else if (_.isBoolean(val)) { | ||
res = "['boolean']"; | ||
} else { | ||
@@ -74,0 +76,0 @@ res = "['object']"; |
{ | ||
"name": "ampersand", | ||
"description": "CLI tool for generating single page apps a. la. http://humanjavascript.com", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -6,0 +6,0 @@ "bin": { |
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
468046
12192
0