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

object-merger

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

object-merger - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/object-merger.js

@@ -29,3 +29,3 @@ /*!

const apply = (obj, cur) => {
if (!obj) return;
if (typeof obj !== 'object') return ;
Object.keys(obj).forEach(key => {

@@ -32,0 +32,0 @@ if (Array.isArray(obj[key])) {

{
"name": "object-merger",
"version": "1.0.1",
"version": "1.0.2",
"engines" : {

@@ -5,0 +5,0 @@ "node" : ">=6.0.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