Socket
Socket
Sign inDemoInstall

node.extend

Package Overview
Dependencies
1
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

.jscs.json

@@ -16,2 +16,4 @@ {

"requireSpaceBetweenArguments": true,
"disallowSpacesInsideParentheses": true,

@@ -18,0 +20,0 @@

2

lib/extend.js

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

*/
extend.version = '1.0.8';
extend.version = '1.1.3';

@@ -79,0 +79,0 @@ /**

{
"name": "node.extend",
"version": "1.1.3",
"version": "1.1.4",
"description": "A port of jQuery.extend that actually works on node.js",

@@ -15,8 +15,8 @@ "keywords": [

"dependencies": {
"is": "~2.1.0"
"is": "^3.0.1"
},
"devDependencies": {
"tape": "~3.0.1",
"covert": "1.0.0",
"jscs": "~1.7.3"
"tape": "^4.0.0",
"covert": "^1.1.0",
"jscs": "^1.13.1"
},

@@ -60,13 +60,3 @@ "repository": {

},
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
},
{
"type": "GPL",
"url": "http://en.wikipedia.org/wiki/GNU_General_Public_License"
}
]
"license": "(MIT OR GPL)"
}

Sorry, the diff of this file is not supported yet

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