Comparing version 2.8.0 to 2.8.1
@@ -1,3 +0,1 @@ | ||
'use strict' | ||
var _ = require('isa.js') | ||
@@ -89,3 +87,3 @@ | ||
self.copyObject( source[key], object[key] ) | ||
} else | ||
} else { | ||
if ( !self.options.respect || object[key] === null || object[key] === undefined ) | ||
@@ -95,2 +93,3 @@ object[key] = self.cloneObject( source[key] ) | ||
self.options.logger.warn( 'The following attribute is defined and respected: ' + key ) | ||
} | ||
} | ||
@@ -97,0 +96,0 @@ return object |
{ | ||
"name": "assign.js", | ||
"version": "2.8.0", | ||
"description": "Tiny libary to assign objects", | ||
"keywords": [ | ||
"assign" | ||
], | ||
"homepage": "https://github.com/imrefazekas/assign.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/imrefazekas/assign.js.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/imrefazekas/assign.js/issues" | ||
}, | ||
"author": { | ||
"name": "Imre Fazekas", | ||
"email": "mail@imrefazekas.me" | ||
}, | ||
"license": "MIT", | ||
"main": "./lib/assign.js", | ||
"dependencies": { | ||
"isa.js": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^4.0.1", | ||
"gulp-load-plugins": "^1.5.0", | ||
"gulp-mocha": "^5.0.0" | ||
}, | ||
"browser": { | ||
"fs": false, | ||
"child_process": false | ||
}, | ||
"engines": { | ||
"node": ">= 6.0.0" | ||
} | ||
"name": "assign.js", | ||
"version": "2.8.1", | ||
"description": "Tiny libary to assign objects", | ||
"keywords": [ | ||
"assign" | ||
], | ||
"homepage": "https://github.com/imrefazekas/assign.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/imrefazekas/assign.js.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/imrefazekas/assign.js/issues" | ||
}, | ||
"author": { | ||
"name": "Imre Fazekas", | ||
"email": "mail@imrefazekas.me" | ||
}, | ||
"license": "MIT", | ||
"main": "./lib/assign.js", | ||
"dependencies": { | ||
"isa.js": "^2.2.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2" | ||
}, | ||
"browser": { | ||
"fs": false, | ||
"child_process": false | ||
}, | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
} | ||
} |
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
1
15841
7
414
Updatedisa.js@^2.2.2