Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

token-types

Package Overview
Dependencies
Maintainers
1
Versions
39
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 4.1.0 to 4.1.1

0

lib/index.d.ts

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

10

package.json
{
"name": "token-types",
"version": "4.1.0",
"version": "4.1.1",
"description": "Common token types for decoding and encoding numeric and string values",

@@ -44,10 +44,9 @@ "author": {

"devDependencies": {
"@tokenizer/token": "^0.3.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.6",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"del-cli": "^4.0.1",
"mocha": "^9.0.2",
"mocha": "^9.0.3",
"nyc": "^15.1.0",

@@ -62,2 +61,3 @@ "remark-cli": "^9.0.0",

"dependencies": {
"@tokenizer/token": "^0.3.0",
"ieee754": "^1.2.1"

@@ -64,0 +64,0 @@ },

@@ -26,2 +26,10 @@ ![Node.js CI](https://github.com/Borewit/token-types/workflows/Node.js%20CI/badge.svg)

Using TypeScript you should also install [@tokenizer/token](https://github.com/Borewit/tokenizer-token) as a development
dependency:
```shell
npm install --save-dev @tokenizer/token
```
## Example

@@ -28,0 +36,0 @@

Sorry, the diff of this file is not supported yet

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