token-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -410,2 +410,3 @@ "use strict"; | ||
} | ||
exports.AnsiStringType = AnsiStringType; | ||
AnsiStringType.windows1252 = [8364, 129, 8218, 402, 8222, 8230, 8224, 8225, 710, 8240, 352, | ||
@@ -420,3 +421,2 @@ 8249, 338, 141, 381, 143, 144, 8216, 8217, 8220, 8221, 8226, 8211, 8212, 732, | ||
248, 249, 250, 251, 252, 253, 254, 255]; | ||
exports.AnsiStringType = AnsiStringType; | ||
/** | ||
@@ -423,0 +423,0 @@ * Best effort approach to read up to 64 bit unsigned integer, little endian. |
{ | ||
"name": "token-types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Common token types for decoding and encoding binairy values", | ||
@@ -36,5 +36,5 @@ "author": { | ||
"devDependencies": { | ||
"@types/chai": "^4.2.0", | ||
"@types/chai": "^4.2.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.7.2", | ||
"@types/node": "^12.7.4", | ||
"chai": "^4.2.0", | ||
@@ -49,4 +49,4 @@ "coveralls": "^3.0.6", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
"tslint": "^5.19.0", | ||
"typescript": "^3.6.2" | ||
}, | ||
@@ -53,0 +53,0 @@ "dependencies": {}, |
@@ -7,2 +7,4 @@ [![Build Status](https://travis-ci.org/Borewit/token-types.svg?branch=master)](https://travis-ci.org/Borewit/token-types) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4723ce4613fc49cda8db5eed29f18834)](https://www.codacy.com/app/Borewit/token-types?utm_source=github.com&utm_medium=referral&utm_content=Borewit/token-types&utm_campaign=Badge_Grade) | ||
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Borewit/token-types.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/token-types/context:javascript) | ||
[![Total alerts](https://img.shields.io/lgtm/alerts/g/Borewit/token-types.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/token-types/alerts/) | ||
[![DeepScan grade](https://deepscan.io/api/teams/5165/projects/6940/branches/61852/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=5165&pid=6940&bid=61852) | ||
@@ -9,0 +11,0 @@ [![Known Vulnerabilities](https://snyk.io/test/github/Borewit/token-types/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Borewit/token-types?targetFile=package.json) |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
26023
6
719
0
54