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.0.1 to 0.2.0

./dist/index.js

18

package.json
{
"name": "typeid-js",
"version": "0.0.1",
"version": "0.2.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,10 +33,2 @@ "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": {

@@ -54,3 +46,11 @@ "@jest/globals": "^29.5.0",

"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"
}
}
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