Socket
Socket
Sign inDemoInstall

extend

Package Overview
Dependencies
Maintainers
2
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.3 to 1.2.0

.travis.yml

1

index.js
var hasOwn = Object.prototype.hasOwnProperty;
var toString = Object.prototype.toString;

@@ -3,0 +4,0 @@ function isPlainObject(obj) {

31

package.json
{
"name": "extend",
"version": "1.1.3",
"author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
"version": "1.2.0",
"description": "Port of jQuery.extend for Node.js",
"main": "./index",
"main": "index",
"scripts": {
"test": "node test/index.js"
},
"contributors": [
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"keywords": [

@@ -11,13 +21,12 @@ "extend",

],
"author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
"repository" : {
"type" : "git",
"url" : "https://github.com/justmoon/node-extend.git"
"type": "git",
"url": "https://github.com/justmoon/node-extend.git"
},
"dependencies": {
},
"devDependencies": {
"tape" : "~1.0.4"
}
}
"devDependencies" : {
"buster" : "*"
}
}

@@ -1,3 +0,5 @@

# extend() for Node.js
[![Build Status][1]][2] [![dependency status][9]][10] [![dev dependency status][11]][12]
# extend() for Node.js <sup>[![Version Badge][8]][3]</sup>
`node-extend` is a port of the classic extend() method from jQuery. It behaves as you expect. It is simple, tried and true.

@@ -7,3 +9,3 @@

This package is available on [NPM](https://npmjs.org/) as: `extend`
This package is available on [npm][3] as: `extend`

@@ -38,3 +40,3 @@ ``` sh

`node-extend` is licensed under the [MIT License](http://opensource.org/licenses/MIT).
`node-extend` is licensed under the [MIT License][4].

@@ -45,2 +47,16 @@ ## Acknowledgements

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][5] with contributions by [Jonathan Buchanan][6] and [Jordan Harband][7].
[1]: https://travis-ci.org/justmoon/node-extend.png
[2]: https://travis-ci.org/justmoon/node-extend
[3]: https://npmjs.org/package/extend
[4]: http://opensource.org/licenses/MIT
[5]: https://github.com/justmoon
[6]: https://github.com/insin
[7]: https://github.com/ljharb
[8]: http://vb.teelaun.ch/justmoon/node-extend.svg
[9]: https://david-dm.org/justmoon/node-extend.png
[10]: https://david-dm.org/justmoon/node-extend
[11]: https://david-dm.org/justmoon/node-extend/dev-status.png
[12]: https://david-dm.org/justmoon/node-extend#info=devDependencies
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