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.1.1
to
6.1.2
+1
-1
LICENSE.txt
The MIT License (MIT)
Copyright © 2025 Borewit
Copyright © 2026 Borewit

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "token-types",
"version": "6.1.1",
"version": "6.1.2",
"description": "Common token types for decoding and encoding numeric and string values",

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

"type": "git",
"url": "https://github.com/Borewit/token-types"
"url": "git+https://github.com/Borewit/token-types.git"
},

@@ -47,10 +47,10 @@ "files": [

"devDependencies": {
"@biomejs/biome": "2.1.4",
"@biomejs/biome": "2.3.10",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^24.2.1",
"@types/node": "^25.0.3",
"c8": "^10.1.3",
"chai": "^5.2.1",
"chai": "^6.2.2",
"del-cli": "^6.0.0",
"mocha": "^11.7.1",
"mocha": "^11.7.5",
"remark-cli": "^12.0.1",

@@ -60,6 +60,6 @@ "remark-preset-lint-recommended": "^7.0.0",

"ts-node": "^10.9.1",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"dependencies": {
"@borewit/text-codec": "^0.1.0",
"@borewit/text-codec": "^0.2.1",
"@tokenizer/token": "^0.3.0",

@@ -66,0 +66,0 @@ "ieee754": "^1.2.1"

@@ -0,0 +0,0 @@ [![Node.js CI](https://github.com/Borewit/token-types/actions/workflows/nodejs-ci.yml/badge.svg?branch=master)](https://github.com/Borewit/token-types/actions/workflows/nodejs-ci.yml?query=branch%3Amaster)