New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

putil-merge

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

putil-merge - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

3

lib/merge.js

@@ -17,2 +17,3 @@ /* putil-merge

* @param {boolean} [options.clone]
* @param {boolean} [options.adjunct]
* @param {boolean} [options.descriptor]

@@ -33,2 +34,4 @@ * @param {Function} [options.filter]

continue;
if (options.adjunct && target.hasOwnProperty(key))
continue;

@@ -35,0 +38,0 @@ const src = Object.getOwnPropertyDescriptor(source, key);

2

package.json
{
"name": "putil-merge",
"description": "Lightweight solution for merging multiple objects into one. Also it supports deep merge and deep clone",
"version": "3.0.0",
"version": "3.1.0",
"author": "Panates Ltd.",

@@ -6,0 +6,0 @@ "contributors": [

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