token-types
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"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
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
14
116
24741
2
+ Added@tokenizer/token@^0.3.0
+ Added@tokenizer/token@0.3.0(transitive)