Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@soat/cli

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soat/cli - npm Package Compare versions

Comparing version
0.5.5
to
0.5.6
+3
-3
package.json
{
"name": "@soat/cli",
"version": "0.5.5",
"version": "0.5.6",
"type": "module",

@@ -11,3 +11,3 @@ "dependencies": {

"js-yaml": "^4.1.1",
"@soat/sdk": "0.5.5"
"@soat/sdk": "0.5.6"
},

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

"lint": "eslint src tests",
"test": "pnpm --filter @soat/sdk build && jest --config tests/unit/jest.config.ts --coverage=false",
"test": "jest --config tests/unit/jest.config.ts --coverage=false",
"typecheck": "tsc --noEmit && tsc --noEmit -p tests/tsconfig.json",

@@ -45,0 +45,0 @@ "build": "pnpm generate && tsup"

Sorry, the diff of this file is too big to display