ezobjects
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -122,7 +122,6 @@ /** | ||
this.init(data); | ||
} | ||
init(data = {}) { | ||
/** Loop through each field in the table again */ | ||
/** Loop through each field in the table */ | ||
table.fields.forEach((col) => { | ||
@@ -129,0 +128,0 @@ /** Initialize 'int' and 'float' types to zero */ |
{ | ||
"name": "ezobjects", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Easy dynamic object generation with strict typing and set chaining", | ||
@@ -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
10514