token-types
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -114,3 +114,3 @@ import * as ieee754 from 'ieee754'; | ||
dv(array).setInt8(offset, value); | ||
return offset + 2; | ||
return offset + 1; | ||
} | ||
@@ -117,0 +117,0 @@ }; |
{ | ||
"name": "token-types", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Common token types for decoding and encoding numeric and string values", | ||
@@ -49,11 +49,10 @@ "author": { | ||
"@types/node": "^18.6.3", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"@typescript-eslint/eslint-plugin": "^5.32.0", | ||
"@typescript-eslint/parser": "^5.32.0", | ||
"c8": "^7.12.0", | ||
"chai": "^4.3.6", | ||
"coveralls": "^3.1.1", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.9.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-import-resolver-typescript": "^3.4.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -60,0 +59,0 @@ "eslint-plugin-jsdoc": "^39.3.4", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21
24605