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

4

CHANGELOG.md

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

## [0.11.9](https://github.com/gitsindonesia/ui-component/compare/v0.11.8...v0.11.9) (2022-09-23)
**Note:** Version bump only for package @gits-id/alert
## [0.11.6](https://github.com/gitsindonesia/ui-component/compare/v0.11.5...v0.11.6) (2022-09-13)

@@ -8,0 +12,0 @@

17

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

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

},
"gitHead": "532657141ae02e6ccdf19517801775406d8c7575",
"gitHead": "b5a78473960cae120ca3396a242f6fb241970de4",
"main": "dist/alert.umd.js",

@@ -47,3 +42,7 @@ "unpkg": "dist/alert.iife.js",

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