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

dist/utils.js

6

CHANGELOG.md

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

## [0.11.5](https://github.com/gitsindonesia/ui-component/compare/v0.11.4...v0.11.5) (2022-09-09)
### Features
- upgrade to vite 3 ([a733f2e](https://github.com/gitsindonesia/ui-component/commit/a733f2e6469150a9041472b5cd393d715d2764a4))
# [0.11.0](https://github.com/gitsindonesia/ui-component/compare/v0.10.14...v0.11.0) (2022-08-24)

@@ -8,0 +14,0 @@

19

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

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

},
"gitHead": "691edca5992778c449d48bc6b00dc49e02295855",
"gitHead": "f5e7820fb27cd40942d174fa5acccd1207a225b2",
"devDependencies": {
"c8": "^7.11.3",
"vite": "^2.9.9",
"vite": "^3.0.0",
"vitest": "^0.12.4"

@@ -29,3 +24,7 @@ },

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