🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@cdlab996/genid

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdlab996/genid - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.4.0
to
1.4.1
+12
-12
package.json
{
"name": "@cdlab996/genid",
"type": "module",
"version": "1.4.0",
"version": "1.4.1",
"description": "High-performance distributed unique ID generator based on the Snowflake algorithm",

@@ -49,2 +49,12 @@ "author": "wudi <wuchendi96@gmail.com>",

},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest --run",
"lint": "biome check",
"format": "biome format --write",
"benchmark": "npx tsx scripts/benchmark.ts",
"clean": "bash ./scripts/clean.sh",
"typecheck": "tsc --project tsconfig.json"
},
"devDependencies": {

@@ -60,13 +70,3 @@ "@biomejs/biome": "^2.4.10",

"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest --run",
"lint": "biome check",
"format": "biome format --write",
"benchmark": "npx tsx scripts/benchmark.ts",
"clean": "bash ./scripts/clean.sh",
"typecheck": "tsc --project tsconfig.json"
}
}
}