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

@gits-id/alert

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/alert - npm Package Compare versions

Comparing version

to
0.4.8-alpha.17

19

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

@@ -13,3 +18,3 @@ "alert",

"dependencies": {
"@gits-id/utils": "^0.4.8-alpha.16+d5b1ff8",
"@gits-id/utils": "^0.4.8-alpha.17+0f74b85",
"@heroicons/vue": "^1.0.6",

@@ -27,3 +32,3 @@ "vue": "^3.2.33"

},
"gitHead": "d5b1ff85176022c4a3492b24734007ab5d84e6cc",
"gitHead": "0f74b850f26efc384b7a90008e482a4d714e7c89",
"main": "dist/alert.umd.js",

@@ -33,7 +38,3 @@ "unpkg": "dist/alert.iife.js",

"module": "./dist/alert.es.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}
"types": "./dist/types/index.d.ts"
}