Socket
Socket
Sign inDemoInstall

merge-anything

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-anything - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

12

package.json
{
"name": "merge-anything",
"version": "2.4.0",
"version": "2.4.1",
"description": "Merge objects & other types recursively. A simple & small integration.",

@@ -47,6 +47,6 @@ "main": "dist/index.cjs.js",

"@ava/babel-preset-stage-4": "^2.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"ava": "^1.4.1",
"copy-anything": "^1.2.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"ava": "^2.2.0",
"copy-anything": "^1.5.0",
"rollup": "^0.65.2",

@@ -57,4 +57,4 @@ "rollup-plugin-typescript2": "^0.21.2",

"dependencies": {
"is-what": "^3.2.4"
"is-what": "^3.3.1"
}
}

@@ -17,2 +17,4 @@ # Merge anything 🥡

- supports merging of nested properties
- supports symbols
- supports enumerable & nonenumerable props
- **does not break special class instances** ‼️

@@ -190,3 +192,3 @@

// `original` won't be modified!
(original.airport.airplane === 'lan. 🛬') // true
(original.airport.airplane === 'dep. 🛫') // true
```

@@ -193,0 +195,0 @@

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