Socket
Socket
Sign inDemoInstall

didi

Package Overview
Dependencies
0
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

dist/index.esm.js

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## 3.1.0
* `CHORE`: add `browser` field
## 3.0.0

@@ -11,0 +15,0 @@

5

package.json
{
"name": "didi",
"version": "3.0.0",
"version": "3.1.0",
"description": "Dependency Injection for JavaScript",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.esm.js",
"browser": "dist/didi.umd.js",
"scripts": {

@@ -8,0 +9,0 @@ "all": "run-s lint test bundle test:integration",

@@ -5,3 +5,3 @@ # Dependency Injection for JavaScript

> A fork of [node-di][node-di] that adds support for the minification save array notation.
> A maintained fork of [node-di][node-di] that adds support for ES6 and the minification save array notation.

@@ -8,0 +8,0 @@ ## Why Dependency Injection?

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc