@jalik/deep-extend
Advanced tools
Comparing version 1.1.6 to 1.1.7
# Changelog | ||
## v1.1.7 | ||
- Updates dependencies | ||
## v1.1.6 | ||
@@ -4,0 +7,0 @@ - Fixes merging of arrays by cloning them in the extended object |
{ | ||
"name": "@jalik/deep-extend", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A utility to merge deep objects.", | ||
@@ -34,19 +34,17 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"acorn": "^7.1.0", | ||
"ajv": "^6.12.2", | ||
"babel-eslint": "^10.0.3", | ||
"@babel/core": "^7.11.1", | ||
"@babel/preset-env": "^7.11.0", | ||
"acorn": "^7.4.0", | ||
"ajv": "^6.12.3", | ||
"del": "^5.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jest": "^23.7.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"gulp": "^4.0.2", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-eslint": "^6.0.0", | ||
"jest": "^25.5.2", | ||
"typescript": "^3.7.5" | ||
}, | ||
"dependencies": {} | ||
"jest": "^26.2.2", | ||
"typescript": "^3.9.7" | ||
} | ||
} |
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
14
11238