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
0.16.0

4

CHANGELOG.md

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

# [0.16.0](https://github.com/gitsindonesia/ui-component/compare/v0.15.2...v0.16.0) (2023-02-01)
**Note:** Version bump only for package @gits-id/utils
# [0.15.0](https://github.com/gitsindonesia/ui-component/compare/v0.14.4...v0.15.0) (2023-01-17)

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

15

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

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

},
"gitHead": "9adcdc44d9013da63011d2fa229c2120fd0c5097",
"gitHead": "8aafa41bf181f6bfa091c9715a71a8b81c61440d",
"devDependencies": {

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

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