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.4.8-alpha.16

19

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

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

"devDependencies": {
"@gits-id/tailwind-config": "^0.4.8-alpha.14+cb58879",
"@gits-id/utils": "^0.4.8-alpha.14+cb58879",
"@gits-id/tailwind-config": "^0.4.8-alpha.16+d5b1ff8",
"@gits-id/utils": "^0.4.8-alpha.16+d5b1ff8",
"@vue/test-utils": "^2.0.0-rc.17",

@@ -33,6 +28,10 @@ "c8": "^7.11.3",

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