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

just-extend

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-extend - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

index.js

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

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

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

{
"name": "just-extend",
"version": "4.0.0",
"version": "4.0.1",
"description": "extend an object",

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

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