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

17

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

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

},
"gitHead": "da3d0b6c17f2eccdfcaa73a803366eb47ae5293e",
"gitHead": "262e63ff9c3301948641b84ae8aeb76f2bf87463",
"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"
}
}