Comparing version 0.6.3 to 0.6.4
{ | ||
"name": "annotate", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"main": "./lib/annotate.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -147,8 +147,11 @@ (function(root, factory) { | ||
function warnPost(prefix, fn, name, args) { | ||
warn(['\n'].concat(colors.yellow(name)).concat([prefix, '\n', fn, '\n', 'failed with parameters (']).concat(colors.green(args.join(', '))).concat([')!'])); | ||
warn(colors.yellow(name).concat(prefix, '\n', fn, '\n', 'failed with parameters (')); | ||
warn(colors.green(args.join(', '))); | ||
warn(')!'); | ||
} | ||
function warn(o) { | ||
o = is.array(o)? o: [o]; | ||
console.warn.apply(console, o); | ||
} | ||
})); |
@@ -5,3 +5,3 @@ { | ||
"author": "Juho Vepsalainen <bebraw@gmail.com>", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
@@ -8,0 +8,0 @@ "dependencies": { |
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
12074
230
0