Socket
Socket
Sign inDemoInstall

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.2.0 to 4.2.1

0

lib/index.d.ts

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

2

lib/index.js

@@ -116,3 +116,3 @@ "use strict";

dv(array).setInt8(offset, value);
return offset + 2;
return offset + 1;
}

@@ -119,0 +119,0 @@ };

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

@@ -23,4 +23,3 @@ "author": {

"test": "mocha --require ts-node/register --require source-map-support/register --full-trace --recursive test/test-*.ts",
"test-coverage": "nyc npm run test",
"coveralls": "npm run test-coverage && nyc report --reporter=text-lcov | coveralls"
"test-coverage": "nyc npm run test"
},

@@ -45,16 +44,16 @@ "engines": {

"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.0",
"chai": "^4.3.4",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/node": "^18.6.3",
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"del-cli": "^4.0.1",
"mocha": "^9.1.3",
"del-cli": "^5.0.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"remark-cli": "^10.0.1",
"remark-cli": "^11.0.0",
"remark-preset-lint-recommended": "^6.1.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.4.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.5.4"
"typescript": "^4.7.4"
},

@@ -61,0 +60,0 @@ "dependencies": {

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

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