Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deep-extend

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-extend - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

.npmignore

2

index.js

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

if (typeof val !== 'object' || val === null) {
if (typeof val !== 'object' || val === null || val instanceof Buffer) {
target[key] = val;

@@ -63,0 +63,0 @@ continue;

{
"name": "deep-extend",
"description": "Recursive object extending.",
"license": "MIT",
"version": "0.2.8",
"homepage": "https://github.com/unclechu/node-deep-extend",
"repository": {
"type": "git",
"url": "git://github.com/unclechu/node-deep-extend.git"
},
"author": "Viacheslav Lotsmanov (unclechu) <lotsmanov89@gmail.com>",
"main": "index",
"engines": {
"node": ">=0.4"
"name": "deep-extend",
"description": "Recursive object extending.",
"license": "MIT",
"version": "0.2.9",
"homepage": "https://github.com/unclechu/node-deep-extend",
"repository": {
"type": "git",
"url": "git://github.com/unclechu/node-deep-extend.git"
},
"author": {
"name": "Viacheslav Lotsmanov (unclechu)",
"email": "lotsmanov89@gmail.com"
},
"contributors": [
{
"name": "Romain Prieto",
"url": "https://github.com/rprieto"
}
],
"main": "index",
"engines": {
"node": ">=0.4"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"devDependencies": {
"mocha": "~1.19.0",
"should": "~3.3.2"
},
"directories": {
"test": "./test"
}
}
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