You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

token-types

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

token-types - npm Package Compare versions

Comparing version
6.0.3
to
6.0.4
+10
-9
package.json
{
"name": "token-types",
"version": "6.0.3",
"version": "6.0.4",
"description": "Common token types for decoding and encoding numeric and string values",

@@ -16,3 +16,3 @@ "author": {

"build": "npm run compile",
"compile-src": "tsc --p lib",
"compile-src": "tsc --p lib --sourceMap false",
"compile-test": "tsc --p test",

@@ -25,3 +25,4 @@ "compile": "npm run compile-src && npm run compile-test",

"test-coverage": "c8 npm run test",
"send-codacy": "c8 report --reports-dir=./.coverage --reporter=text-lcov | codacy-coverage"
"send-codacy": "c8 report --reports-dir=./.coverage --reporter=text-lcov | codacy-coverage",
"update-biome": "yarn add -D --exact @biomejs/biome && npx @biomejs/biome migrate --write"
},

@@ -47,9 +48,9 @@ "engines": {

"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@biomejs/biome": "2.1.2",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.0",
"@types/node": "^24.0.7",
"c8": "^10.1.2",
"chai": "^5.2.0",
"del-cli": "^5.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"c8": "^10.1.3",
"chai": "^5.2.1",
"del-cli": "^6.0.0",
"mocha": "^11.7.1",

@@ -56,0 +57,0 @@ "remark-cli": "^12.0.1",