dependency-injection
Advanced tools
Comparing version 1.6.5 to 1.6.6
@@ -60,3 +60,3 @@ // Generated by CoffeeScript 1.6.3 | ||
service = _ref[name]; | ||
if (configuration.services.hasOwnProperty(name)) { | ||
if (configuration.services.hasOwnProperty(name) && (name !== '__proto__')) { | ||
s = di.addService(name, service.service, service["arguments"]); | ||
@@ -63,0 +63,0 @@ s.setInstantiate(service.instantiate); |
{ | ||
"name": "dependency-injection", | ||
"description": "Dependency injection with configuration and autowire for node js and browser", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
@@ -280,2 +280,5 @@ # Dependency injection | ||
* 1.6.6 | ||
+ Bugs in Internet Explorer 8 | ||
* 1.6.2 - 1.6.5 | ||
@@ -282,0 +285,0 @@ + Some optimizations |
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
41381
343