Comparing version 2.0.1 to 2.0.3
@@ -263,7 +263,2 @@ 'use strict'; | ||
var eltType = (0, _typeof3.default)(tagged[0][0]); | ||
console.log(eltType); | ||
console.log(eltType !== 'number' && eltType !== 'string'); | ||
console.log(tagged.some(function (e) { | ||
return eltType !== (0, _typeof3.default)(e[0]); | ||
})); | ||
if (eltType !== 'number' && eltType !== 'string' || tagged.some(function (e) { | ||
@@ -270,0 +265,0 @@ return eltType !== (0, _typeof3.default)(e[0]); |
{ | ||
"name": "json-e", | ||
"version": "2.0.1", | ||
"version": "2.0.3", | ||
"description": "json parameterization module inspired from json-parameterization", | ||
@@ -40,4 +40,4 @@ "main": "./dist/index.js", | ||
"engines": { | ||
"node": "^=>6.4.0" | ||
"node": ">=6.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
143958
1279
1