New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inversify

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inversify - npm Package Compare versions

Comparing version

to
7.0.1

5

CHANGELOG.md

@@ -15,2 +15,7 @@ # Changelog

## [7.0.1]
### Changed
- Updated `Container.get` like methods to no longer initialize twice singleton scoped bindings.
## [7.0.0]

@@ -17,0 +22,0 @@

6

package.json

@@ -9,4 +9,4 @@ {

"@inversifyjs/common": "1.5.0",
"@inversifyjs/container": "1.5.2",
"@inversifyjs/core": "4.0.0"
"@inversifyjs/container": "1.5.3",
"@inversifyjs/core": "4.0.1"
},

@@ -81,3 +81,3 @@ "devDependencies": {

"sideEffects": false,
"version": "7.0.0"
"version": "7.0.1"
}