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.6.5 to 1.6.6

2

lib/DIConfigurator.js

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

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