create-test-object
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -10,3 +10,5 @@ const modifyObjects = require("modify-objects"); | ||
const temp = filterProperties[propertiesType[i]]; | ||
allProperties.concat(temp); | ||
for (let j = 0; j <= temp.length - 1; j++) { | ||
allProperties.push(temp[j]); | ||
} | ||
} | ||
@@ -13,0 +15,0 @@ |
{ | ||
"name": "create-test-object", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "filter objects", | ||
@@ -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
1711
63