dependency-injection
Advanced tools
Comparing version 1.6.6 to 1.6.7
@@ -39,3 +39,3 @@ // Generated by CoffeeScript 1.6.3 | ||
for (name in config) { | ||
if (config.hasOwnProperty(name)) { | ||
if (config.hasOwnProperty(name) && (name !== '__proto__')) { | ||
config[name] = this.configurator.merge(config[name], defaultService); | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "dependency-injection", | ||
"description": "Dependency injection with configuration and autowire for node js and browser", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
@@ -280,3 +280,3 @@ # Dependency injection | ||
* 1.6.6 | ||
* 1.6.6 - 1.6.7 | ||
+ Bugs in Internet Explorer 8 | ||
@@ -283,0 +283,0 @@ |
Sorry, the diff of this file is not supported yet
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
41444