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.0

4

CHANGELOG.md

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

## [7.0.0]
Parity version with `7.0.0-alpha.5`
## [7.0.0-alpha.5]

@@ -17,0 +21,0 @@

18

package.json

@@ -13,3 +13,3 @@ {

"devDependencies": {
"@eslint/js": "9.20.0",
"@eslint/js": "9.21.0",
"@rollup/plugin-terser": "0.4.4",

@@ -19,8 +19,8 @@ "@rollup/plugin-typescript": "12.1.2",

"@types/mocha": "10.0.10",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"@types/sinon": "17.0.4",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"chai": "4.5.0",
"eslint": "9.20.0",
"eslint-config-prettier": "10.0.1",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.2",
"eslint-plugin-prettier": "5.2.3",

@@ -30,3 +30,3 @@ "eslint-plugin-simple-import-sort": "12.1.1",

"nyc": "17.1.0",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",

@@ -38,3 +38,3 @@ "rollup-plugin-dts": "6.1.1",

"typescript": "5.7.3",
"typescript-eslint": "8.23.0"
"typescript-eslint": "8.25.0"
},

@@ -84,3 +84,3 @@ "peerDependencies": {

"sideEffects": false,
"version": "7.0.0-alpha.5"
"version": "7.0.0"
}