Socket
Socket
Sign inDemoInstall

@ndhoule/extend

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndhoule/extend - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.npmignore

4

HISTORY.md

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

## 2.0.0
- Remove Component/Duo support
## 1.0.1

@@ -2,0 +6,0 @@

13

index.js
'use strict';
/**
* hasOwnProperty reference.
*/
var has = Object.prototype.hasOwnProperty;

@@ -29,4 +25,3 @@

*/
module.exports = function(dest /*, sources */) {
var extend = function extend(dest /*, sources */) {
var sources = Array.prototype.slice.call(arguments, 1);

@@ -44,1 +39,7 @@

};
/*
* Exports.
*/
module.exports = extend;
{
"name": "@ndhoule/extend",
"version": "1.0.1",
"version": "2.0.0",
"description": "Extend an object with the properties of another.",

@@ -5,0 +5,0 @@ "main": "index.js",

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