Socket
Socket
Sign inDemoInstall

deep-extend

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.6.0

8

CHANGELOG.md
Changelog
=========
v0.6.0
------
- Updated "devDependencies" versions to fix vulnerability alerts
- Dropped support of io.js and node.js v0.12.x and lower since new versions of
"devDependencies" couldn't work with those old node.js versions
(minimal supported version of node.js now is v4.0.0)
v0.5.1

@@ -5,0 +13,0 @@ ------

9

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.5.1",
"version": "0.6.0",
"homepage": "https://github.com/unclechu/node-deep-extend",

@@ -50,4 +50,3 @@ "keywords": [

"engines": {
"node": ">=0.10.0",
"iojs": ">=1.0.0"
"node": ">=4.0.0"
},

@@ -58,4 +57,4 @@ "scripts": {

"devDependencies": {
"mocha": "2.2.1",
"should": "5.2.0"
"mocha": "5.2.0",
"should": "13.2.1"
},

@@ -62,0 +61,0 @@ "files": [

@@ -10,4 +10,2 @@ Deep Extend

[![NPM](https://nodei.co/npm-dl/deep-extend.png?height=3)](https://nodei.co/npm/deep-extend/)
Install

@@ -14,0 +12,0 @@ -------

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