dependency-injection
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -43,3 +43,3 @@ // Generated by CoffeeScript 1.6.3 | ||
} | ||
console.log('Method autowireArguments is deprecated, use the same method in Helpers class.'); | ||
Helpers.log('Method autowireArguments is deprecated, use the same method in Helpers class.'); | ||
return Helpers.autowireArguments(method, args, this); | ||
@@ -107,3 +107,3 @@ }; | ||
DI.prototype.getByName = function(name) { | ||
console.log('DI: Method getByName is deprecated, use get method.'); | ||
Helpers.log('DI: Method getByName is deprecated, use get method.'); | ||
return this.get(name); | ||
@@ -110,0 +110,0 @@ }; |
@@ -40,2 +40,8 @@ // Generated by CoffeeScript 1.6.3 | ||
Helpers.log = function(message) { | ||
if ((typeof console !== "undefined" && console !== null ? console.log : void 0) != null) { | ||
return console.log(message); | ||
} | ||
}; | ||
Helpers.arrayIndexOf = function(array, search) { | ||
@@ -42,0 +48,0 @@ var element, i, _i, _len; |
{ | ||
"name": "dependency-injection", | ||
"description": "Dependency injection with configuration and autowire for node js and browser", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
@@ -350,2 +350,5 @@ # Dependency injection | ||
* 1.7.1 | ||
+ Potential bug in IE | ||
* 1.7.0 | ||
@@ -352,0 +355,0 @@ + Updated dependencies |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
128858
2219
424
0