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.1.0 to 3.2.0

4

CHANGELOG.md

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

## 3.2.0
* `CHORE`: mark library as side-effect free via `sideEffects: false`
## 3.1.0

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

5

package.json
{
"name": "didi",
"version": "3.1.0",
"version": "3.2.0",
"description": "Dependency Injection for JavaScript",

@@ -45,3 +45,4 @@ "main": "dist/index.js",

"author": "Vojta Jina <vojta.jina@gmail.com>",
"license": "MIT"
"license": "MIT",
"sideEffects": false
}
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