Socket
Socket
Sign inDemoInstall

extend

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extend - npm Package Compare versions

Comparing version 1.1.1 to 1.1.3

.npmignore

2

index.js

@@ -21,3 +21,3 @@ var hasOwn = Object.prototype.hasOwnProperty;

module.exports = function () {
module.exports = function extend() {
var options, name, src, copy, copyIsArray, clone,

@@ -24,0 +24,0 @@ target = arguments[0] || {},

{
"name": "extend",
"version": "1.1.1",
"version": "1.1.3",
"description": "Port of jQuery.extend for Node.js",

@@ -17,3 +17,7 @@ "main": "./index",

"url" : "https://github.com/justmoon/node-extend.git"
}
},
"devDependencies" : {
"buster" : "*"
}
}

@@ -15,3 +15,3 @@ # extend() for Node.js

**Syntax:** jQuery.extend **(** [`deep`], `target`, `object1`, [`objectN`] **)**
**Syntax:** extend **(** [`deep`], `target`, `object1`, [`objectN`] **)**

@@ -44,2 +44,2 @@ *Extend one object with one or more others, returning the modified object.*

Ported to Node.js by [Stefan Thomas](https://github.com/justmoon) with contributions by [Jonathan Buchanan](https://github.com/insin)
Ported to Node.js by [Stefan Thomas](https://github.com/justmoon) with contributions by [Jonathan Buchanan](https://github.com/insin).
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