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.6 to 1.6.7

2

lib/DIConfigurator.js

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

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