Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@75lb/deep-merge

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@75lb/deep-merge - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

LICENSE

2

index.js

@@ -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 @@

&copy; 2021 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>.
&copy; 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc