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

8

CHANGELOG.md

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

## [0.7.3](https://github.com/gitsindonesia/ui-component/compare/v0.7.2...v0.7.3) (2022-06-22)
**Note:** Version bump only for package @gits-id/alert
# [0.7.0](https://github.com/gitsindonesia/ui-component/compare/v0.6.0...v0.7.0) (2022-06-22)

@@ -8,0 +16,0 @@

19

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

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

},
"gitHead": "d5b1ff85176022c4a3492b24734007ab5d84e6cc",
"gitHead": "470753ce9b447c3a8cf08244cca7d4fa9dd3c959",
"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"
}