Comparing version 1.2.0 to 1.2.1
@@ -74,3 +74,3 @@ "use strict"; | ||
if (typeof ref[p] !== 'object') { | ||
ref[p] = parseInt(parts[i + 1]) || parts[i + 1] == '0' ? [] : {}; | ||
ref[p] = isNaN(parts[i + 1]) ? {} : []; | ||
} | ||
@@ -77,0 +77,0 @@ ref = ref[p]; |
{ | ||
"name": "eredita", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Javascript Data Inheritance", | ||
@@ -45,17 +45,17 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "14.6.2", | ||
"chai": "4.2.0", | ||
"@types/node": "14.14.41", | ||
"chai": "4.3.4", | ||
"chai-as-promised": "7.1.1", | ||
"chai-spies": "1.0.0", | ||
"commitizen": "4.2.1", | ||
"commitizen": "4.2.3", | ||
"coveralls": "3.1.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"husky": "4.2.5", | ||
"lodash": "4.17.20", | ||
"mocha": "8.1.3", | ||
"husky": "6.0.0", | ||
"lodash": "4.17.21", | ||
"mocha": "8.3.2", | ||
"nyc": "15.1.0", | ||
"rimraf": "3.0.2", | ||
"semantic-release": "^17.1.1", | ||
"typescript": "4.0.2", | ||
"underscore": "1.11.0" | ||
"semantic-release": "^17.4.2", | ||
"typescript": "4.2.4", | ||
"underscore": "1.13.1" | ||
}, | ||
@@ -62,0 +62,0 @@ "config": { |
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
8309