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

@kavri/web

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/web - npm Package Compare versions

Comparing version
0.0.1
to
0.0.4
+14
-9
package.json
{
"name": "@kavri/web",
"version": "0.0.1",
"version": "0.0.4",
"type": "module",

@@ -18,12 +18,17 @@ "main": "dist/index.mjs",

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