Sign In

@complex-suite/data

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complex-suite/data - npm Package Compare versions

Comparing version
4.10.10
to
5.0.1
+11
-11
package.json
{
"name": "@complex-suite/data",
"version": "4.10.10",
"version": "5.0.1",
"description": "a complex data",

@@ -11,11 +11,5 @@ "type": "module",

},
"scripts": {
"check": "tsc --noEmit",
"test": "vitest",
"coverage": "vitest run --coverage",
"release": "npm publish --registry=https://registry.npmjs.org"
},
"dependencies": {
"@complex-suite/utils": "workspace:*",
"@complex-suite/plugin": "workspace:*"
"@complex-suite/utils": "3.0.1",
"@complex-suite/plugin": "5.0.1"
},

@@ -32,3 +26,9 @@ "devDependencies": {

"author": "MarAngle",
"license": "ISC"
}
"license": "ISC",
"scripts": {
"check": "tsc --noEmit",
"test": "vitest",
"coverage": "vitest run --coverage",
"release": "pnpm publish --registry=https://registry.npmjs.org"
}
}