@gits-id/alert
Advanced tools
Comparing version
{ | ||
"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" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
35415
-1.68%