deep-extend
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6425
7
98
2