Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.1.0 to 2.2.0

2

lib/merge.js

@@ -61,3 +61,3 @@ /* putil-merge

continue;
const val = mergeValue(trg && trg.value, src.value, clone, deep);
const val = deep ? mergeValue(trg && trg.value, src.value, clone, deep): src.value;
if (options.descriptor) {

@@ -64,0 +64,0 @@ src.val = val;

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

@@ -23,3 +23,3 @@ "contributors": [

"babel-eslint": "^10.0.1",
"eslint": "^5.7.0",
"eslint": "^5.10.0",
"eslint-config-google": "^0.11.0",

@@ -26,0 +26,0 @@ "nyc": "^13.1.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