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.6 to 2.0.0

12

lib/extend.js

@@ -14,3 +14,3 @@ 'use strict';

var extend = function extend() {
module.exports = function extend() {
var target = arguments[0] || {};

@@ -75,11 +75,1 @@ var i = 1;

};
/**
* @public
*/
extend.version = '1.1.3';
/**
* Exports module.
*/
module.exports = extend;

10

package.json
{
"name": "node.extend",
"version": "1.1.6",
"version": "2.0.0",
"description": "A port of jQuery.extend that actually works on node.js",

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

"dependencies": {
"is": "^3.1.0"
"is": "^3.2.1"
},
"devDependencies": {
"tape": "^4.6.0",
"tape": "^4.6.3",
"covert": "^1.1.0",
"jscs": "^3.0.7",
"eslint": "^3.4.0",
"@ljharb/eslint-config": "^8.0.0"
"eslint": "^3.19.0",
"@ljharb/eslint-config": "^11.0.0"
},

@@ -25,0 +25,0 @@ "repository": {

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