@75lb/deep-merge
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,2 +0,2 @@ | ||
import assignWith from 'lodash.assignwith' | ||
import assignWith from 'lodash/assignWith.js' | ||
import { isPlainObject, isDefined } from 'typical' | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@75lb/deep-merge", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Deep-merge the values of one object structure into another", | ||
@@ -24,4 +24,3 @@ "repository": "https://github.com/75lb/deep-merge", | ||
"test:ci": "test-runner test.js", | ||
"dist": "rollup -c", | ||
"cover": "c8 npm test && c8 report --reporter=text-lcov | coveralls" | ||
"dist": "rollup -c" | ||
}, | ||
@@ -33,13 +32,18 @@ "files": [ | ||
"dependencies": { | ||
"lodash.assignwith": "^4.2.0", | ||
"lodash": "^4.17.21", | ||
"typical": "^7.1.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"c8": "^7.8.0", | ||
"coveralls": "^3.1.1", | ||
"rollup": "^2.56.3", | ||
"test-runner": "^0.9.8" | ||
"@rollup/plugin-commonjs": "^26.0.1", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"rollup": "^4.19.1", | ||
"test-runner": "^0.11.0" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"tmp", | ||
"dist" | ||
], | ||
"envs": [] | ||
} | ||
} |
@@ -6,3 +6,2 @@ [![view on npm](https://badgen.net/npm/v/@75lb/deep-merge)](https://www.npmjs.org/package/@75lb/deep-merge) | ||
[![Node.js CI](https://github.com/75lb/deep-merge/actions/workflows/node.js.yml/badge.svg)](https://github.com/75lb/deep-merge/actions/workflows/node.js.yml) | ||
[![Coverage Status](https://coveralls.io/repos/github/75lb/deep-merge/badge.svg)](https://coveralls.io/github/75lb/deep-merge) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
@@ -96,4 +95,4 @@ | ||
© 2021 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>. | ||
© 2018-24 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>. | ||
Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). |
Sorry, the diff of this file is not supported yet
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
43649
4
374362
5
1267
97
+ Addedlodash@^4.17.21
+ Addedlodash@4.17.21(transitive)
- Removedlodash.assignwith@^4.2.0
- Removedlodash.assignwith@4.2.0(transitive)