New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gits-id/icon

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/icon - npm Package Compare versions

Comparing version

to
0.12.0-alpha.0

19

package.json
{
"name": "@gits-id/icon",
"version": "0.11.10",
"version": "0.12.0-alpha.0",
"description": "GITS Icon Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

@@ -18,7 +13,7 @@ "gits",

"dependencies": {
"@gits-id/theme": "^0.11.10",
"@gits-id/theme": "^0.12.0-alpha.0",
"vue": "^3.2.31"
},
"devDependencies": {
"@gits-id/tailwind-config": "^0.11.10",
"@gits-id/tailwind-config": "^0.12.0-alpha.0",
"vite": "^3.0.0",

@@ -42,3 +37,7 @@ "vitest": "^0.12.4",

},
"gitHead": "73e3452946775714e36592e956ecd52858dffd48"
}
"gitHead": "80bc1037da208367d00723d488dff0ca00e2ebee",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}