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

dist/alert.js

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.11.5](https://github.com/gitsindonesia/ui-component/compare/v0.11.4...v0.11.5) (2022-09-09)
### Features
- upgrade to vite 3 ([a733f2e](https://github.com/gitsindonesia/ui-component/commit/a733f2e6469150a9041472b5cd393d715d2764a4))
## [0.11.2](https://github.com/gitsindonesia/ui-component/compare/v0.11.1...v0.11.2) (2022-08-25)

@@ -8,0 +14,0 @@

25

package.json
{
"name": "@gits-id/alert",
"version": "0.11.2",
"version": "0.11.5",
"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.11.0",
"@gits-id/utils": "^0.11.5",
"@heroicons/vue": "^1.0.6",

@@ -29,15 +24,15 @@ "vue": "^3.2.33"

"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite": "^3.0.0",
"vitest": "^0.12.4"
},
"gitHead": "9b88662f9468e8fecc8e3b954c08498078d0050a",
"gitHead": "f5e7820fb27cd40942d174fa5acccd1207a225b2",
"main": "dist/alert.umd.js",
"unpkg": "dist/alert.iife.js",
"jsdelivr": "dist/alert.iife.js",
"module": "./dist/alert.es.js",
"module": "./dist/alert.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/alert.es.js",
"require": "./dist/alert.cjs.js"
"import": "./dist/alert.mjs",
"require": "./dist/alert.js"
},

@@ -47,3 +42,7 @@ "./package.json": "./package.json",

"./*": "./*"
},
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}
}