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.7.2

19

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

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

"dependencies": {
"@gits-id/utils": "^0.7.2-alpha.0+769a825",
"@gits-id/utils": "^0.7.2",
"@heroicons/vue": "^1.0.6",

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

},
"gitHead": "769a825505273b342912fdb89b2b3b1cf7dbd94c",
"gitHead": "d5b1ff85176022c4a3492b24734007ab5d84e6cc",
"main": "dist/alert.umd.js",

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

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