Sign In

@complex-suite/plugin

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complex-suite/plugin - npm Package Compare versions

Comparing version
4.10.2
to
5.0.1
+3
-3
package.json
{
"name": "@complex-suite/plugin",
"version": "4.10.2",
"version": "5.0.1",
"description": "a complex plugin",

@@ -12,3 +12,3 @@ "type": "module",

"dependencies": {
"@complex-suite/utils": "2.10.5"
"@complex-suite/utils": "3.0.1"
},

@@ -30,4 +30,4 @@ "devDependencies": {

"coverage": "vitest run --coverage",
"release": "npm publish --registry=https://registry.npmjs.org"
"release": "pnpm publish --registry=https://registry.npmjs.org"
}
}