Socket
Socket
Sign inDemoInstall

extend2

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extend2 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

History.md

2

index.js

@@ -50,2 +50,4 @@ 'use strict';

for (name in options) {
if (name === '__proto__') continue;
src = target[name];

@@ -52,0 +54,0 @@ copy = options[name];

6

package.json
{
"name": "extend2",
"author": "popomore <sakura9515@gmail.com>",
"version": "1.0.0",
"version": "1.0.1",
"description": "Port of jQuery.extend for node.js and the browser",

@@ -28,3 +28,2 @@ "main": "index",

"covert": "^1.1.0",
"egg-ci": "^1.5.0",
"eslint": "^3.2.2",

@@ -39,4 +38,5 @@ "eslint-config-egg": "^3.2.0",

"ci": {
"version": "4, 6, 7"
"type": "github",
"version": "6, 8, 10, 12, 14, 16"
}
}
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