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

@gits-id/spinner

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/spinner - npm Package Compare versions

Comparing version

to
0.12.0-alpha.0

17

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

@@ -20,3 +15,3 @@ "spinner",

"devDependencies": {
"@gits-id/tailwind-config": "^0.11.10",
"@gits-id/tailwind-config": "^0.12.0-alpha.0",
"@gits-id/utils": "^0.11.10",

@@ -33,6 +28,10 @@ "@vue/test-utils": "^2.0.0-rc.17",

"types": "./dist/types/index.d.ts",
"gitHead": "73e3452946775714e36592e956ecd52858dffd48",
"gitHead": "80bc1037da208367d00723d488dff0ca00e2ebee",
"dependencies": {
"vue": "^3.2.33"
},
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}
}