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.4.8-alpha.16

17

package.json
{
"name": "@gits-id/utils",
"version": "0.4.8-alpha.14+cb58879",
"version": "0.4.8-alpha.16+d5b1ff8",
"description": "GITS Utilities",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

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

},
"gitHead": "cb58879552998dee005d841deb763f1017f5e27c",
"gitHead": "d5b1ff85176022c4a3492b24734007ab5d84e6cc",
"devDependencies": {

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

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