node-stringify
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -20,2 +20,6 @@ var _ = require('underscore') | ||
if (_.isArguments(obj)) { | ||
obj = _.toArray(obj) | ||
} | ||
if (_.isArray(obj)) { | ||
@@ -22,0 +26,0 @@ return '[' + _.map(obj, stringify).join(',') + ']' |
{ | ||
"name": "node-stringify", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Chiang Fu", |
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
2584
25