Socket
Socket
Sign inDemoInstall

just-extend

Package Overview
Dependencies
0
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.21 to 1.1.22

2

index.js

@@ -41,3 +41,3 @@ module.exports = extend;

var base = Array.isArray(value) ? [] : {};
result[key] = extend(true, base, value);
result[key] = extend(true, result[key] || base, value);
} else {

@@ -44,0 +44,0 @@ result[key] = value;

{
"name": "just-extend",
"version": "1.1.21",
"version": "1.1.22",
"description": "extend an object",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc