🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@kavri/swagger

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kavri/swagger - npm Package Compare versions

Comparing version
0.0.1
to
0.0.4
+13
-8
package.json
{
"name": "@kavri/swagger",
"version": "0.0.1",
"version": "0.0.4",
"type": "module",

@@ -18,11 +18,16 @@ "main": "dist/index.mjs",

],
"dependencies": {
"@kavri/web": "0.0.4",
"@kavri/schema": "0.0.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/acrazing/Kavri",
"directory": "packages/swagger"
},
"scripts": {
"build": "tsdown",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@kavri/web": "workspace:*",
"@kavri/schema": "workspace:*"
},
"license": "MIT"
}
}
}