restruct-data
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "restruct-data", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "ERROR: No README data found!", | ||
@@ -5,0 +5,0 @@ "main": "restruct.js", |
@@ -90,3 +90,2 @@ | ||
else if (typeof v[0] === 'object' && v[0] !== null) { | ||
restruct.lastDynamicKey = k; | ||
result[k] = [ this.extend(data, v[0], {}) ]; | ||
@@ -93,0 +92,0 @@ } |
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
8393
327