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

didi

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

didi - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

lib/injector.js

@@ -159,4 +159,4 @@ var Module = require('./module');

function arrayUnwrap(type, value) {
if (type !== 'value' && typeof value !== 'function') {
value = annotate(value);
if (type !== 'value' && isArray(value)) {
value = annotate(value.slice());
}

@@ -163,0 +163,0 @@

{
"name": "didi",
"version": "0.0.2",
"version": "0.0.3",
"description": "Dependency Injection for JavaScript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

# Dependency Injection for JavaScript
[![Build Status](https://travis-ci.org/Nikku/didi.png?branch=master)](https://travis-ci.org/Nikku/didi)
> A fork of [node-di](node-di) that adds support for the minification save array notation.

@@ -4,0 +6,0 @@

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