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

@gits-id/utils

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/utils - npm Package Compare versions

Comparing version

to
1.0.0-beta.1

8

CHANGELOG.md

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

# [1.0.0-beta.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-02-20)
**Note:** Version bump only for package @gits-id/utils
## [0.16.1](https://github.com/gitsindonesia/ui-component/compare/v0.16.0...v0.16.1) (2023-02-01)

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

15

package.json
{
"name": "@gits-id/utils",
"version": "0.16.1",
"version": "1.0.0-beta.1",
"description": "GITS Utilities",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

@@ -19,3 +14,3 @@ "utils",

},
"gitHead": "1d08b924ed96514a8a68b5765284a9d78cfbfd18",
"gitHead": "f584bc75f62ffdd381a5e55e89b2fe626584f85f",
"devDependencies": {

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

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