Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dependency-injection

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-injection - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

4

lib/DI.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc