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.1.17-alpha.34

20

package.json
{
"name": "@gits-id/alert",
"version": "0.1.17-alpha.32+4a1b6a4",
"version": "0.1.17-alpha.34+08b9038",
"description": "GITS Alert Component",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

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

"dependencies": {
"@gits-id/utils": "^0.1.17-alpha.32+4a1b6a4",
"@gits-id/utils": "^0.1.17-alpha.34+08b9038",
"@heroicons/vue": "^1.0.6"

@@ -24,3 +29,3 @@ },

},
"gitHead": "4a1b6a4a542fd8bd952d23549ac5389fe8917e38",
"gitHead": "08b9038604f5799bbd2a32ac7947cc6689746f6c",
"main": "dist/alert.umd.js",

@@ -30,8 +35,3 @@ "unpkg": "dist/alert.iife.js",

"module": "./dist/alert.es.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
},
"readme": "# GITS Alert Component\n\n> Reusable Alert Component\n\n## Installation\n\nnpm\n\n```\nnpm i @gits-id/alert\n```\n\nyarn\n\n```\nyarn add @gits-id/alert\n```\n\npnpm\n\n```\npnpm i @gits-id/alert\n```\n\n## Usage\n\nImport button styles in your `main.ts`:\n\n```js\n// main.ts\nimport '@gits-id/alert/dist/style.css';\n```\n\n```vue\n<script setup lang=\"ts\">\nimport Alert from '@gits-id/alert';\n</script>\n\n<template>\n <Alert color=\"primary\">Click Me</Alert>\n</template>\n```\n\n## Documentation\n\nView `Alert` documentation [here](https://gits-ui.web.app/?path=/story/components-alert--default).\n\n## Licence\n\nISC\n"
}
"types": "./dist/types/index.d.ts"
}