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

4

CHANGELOG.md

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

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

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

17

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

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

},
"gitHead": "f5e7820fb27cd40942d174fa5acccd1207a225b2",
"gitHead": "532657141ae02e6ccdf19517801775406d8c7575",
"devDependencies": {

@@ -24,7 +29,3 @@ "c8": "^7.11.3",

"jsdelivr": "dist/utils.iife.js",
"module": "./dist/utils.mjs",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"test": "vitest"
}
}
"module": "./dist/utils.mjs"
}