quick-format-unescaped
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -10,3 +10,3 @@ var safeStringify = require('fast-safe-stringify') | ||
if (typeof f !== 'string') { | ||
const objects = new Array(args.length) | ||
var objects = new Array(args.length) | ||
for (var index = 0; index < args.length; index++) { | ||
@@ -96,2 +96,2 @@ objects[index] = ss(args[index]) | ||
return str | ||
} | ||
} |
{ | ||
"name": "quick-format-unescaped", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Solves a problem with util.format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
173
9436