New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gits-id/app-bar

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/app-bar - npm Package Compare versions

Comparing version

to
0.10.0

8

CHANGELOG.md

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

# [0.10.0](https://github.com/gitsindonesia/ui-component/compare/v0.9.0...v0.10.0) (2022-07-01)
**Note:** Version bump only for package @gits-id/app-bar
# [0.9.0](https://github.com/gitsindonesia/ui-component/compare/v0.8.2...v0.9.0) (2022-06-30)

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

21

package.json
{
"name": "@gits-id/app-bar",
"version": "0.9.0",
"version": "0.10.0",
"description": "GITS AppBar Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

@@ -22,5 +17,5 @@ "app-bar",

"devDependencies": {
"@gits-id/button": "^0.9.0",
"@gits-id/tailwind-config": "^0.9.0",
"@gits-id/utils": "^0.9.0",
"@gits-id/button": "^0.10.0",
"@gits-id/tailwind-config": "^0.10.0",
"@gits-id/utils": "^0.10.0",
"@vue/test-utils": "^2.0.0-rc.17",

@@ -37,3 +32,7 @@ "c8": "^7.11.3",

"types": "./dist/types/index.d.ts",
"gitHead": "56379e72b7e916d38c722fa64294c0d8cec1e877"
}
"gitHead": "fc933ad9d738da7267f8e563500c83232d21f00e",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}