@foxify/odin
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -72,3 +72,6 @@ /* | ||
const e = t; | ||
t = e.toString(), r || (r = t), this.map(t => (t[r] = t[r].map(t => new e(t)), t)); | ||
t = e.toString(), r || (r = t), this.map(t => { | ||
const s = t[r]; | ||
return Array.isArray(s) ? t[r] = s.map(t => new e(t)) : t[r] = new e(s), t; | ||
}); | ||
} | ||
@@ -75,0 +78,0 @@ return super.join(t, e, r); |
{ | ||
"name": "@foxify/odin", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Active Record Model", | ||
@@ -5,0 +5,0 @@ "author": "Ardalan Amini <ardalanamini22@gmail.com> [https://github.com/ardalanamini]", |
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
221669
4979