restruct-data
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "restruct-data", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "ERROR: No README data found!", | ||
@@ -5,0 +5,0 @@ "main": "restruct.js", |
@@ -18,2 +18,3 @@ | ||
restruct.rescopeTrigger = '.rescope'; | ||
restruct.keyKey = '$key'; | ||
restruct.indexKey = '$index'; | ||
@@ -35,2 +36,3 @@ restruct.parentKey = '$parent'; | ||
} | ||
restruct.lastDynamicKey; | ||
restruct.prototype.extend = function (data, struct, result) { | ||
@@ -77,2 +79,4 @@ if (Array.isArray(data)) | ||
} | ||
data[restruct.keyKey] = restruct.lastDynamicKey; | ||
@@ -79,0 +83,0 @@ if (result[k] === undefined) { |
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
8353
325