Socket
Socket
Sign inDemoInstall

typeid-js

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeid-js - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

20

package.json
{
"name": "typeid-js",
"version": "0.3.0",
"version": "0.4.0",
"description": "Official implementation of the TypeID specification in TypeScript. TypeIDs are type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs",

@@ -33,2 +33,10 @@ "keywords": [

],
"scripts": {
"build": "tsup src --format esm,cjs --dts",
"clean": "rm -rf node_modules && rm -rf dist",
"dev": "tsup src --format esm,cjs --watch --dts",
"fmt": "pnpm lint --fix",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"test": "jest"
},
"devDependencies": {

@@ -45,12 +53,4 @@ "@jest/globals": "^29.5.0",

"dependencies": {
"uuidv7": "^0.4.4"
},
"scripts": {
"build": "tsup src --format esm,cjs --dts",
"clean": "rm -rf node_modules && rm -rf dist",
"dev": "tsup src --format esm,cjs --watch --dts",
"fmt": "pnpm lint --fix",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"test": "jest"
"uuidv7": "^0.6.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc