ezobjects
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -18,3 +18,3 @@ const table = { | ||
name: 'checkingBalance', | ||
type: 'double' | ||
type: 'float' | ||
}, | ||
@@ -42,4 +42,2 @@ { | ||
constructor(data = {}) { | ||
table.fields.forEach((col) => { | ||
@@ -46,0 +44,0 @@ if ( col.type == 'int' ) |
{ | ||
"name": "ezobjects", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
4138