Comparing version 3.0.1 to 3.0.2
@@ -7,2 +7,7 @@ // Type definitions for pbf 3.0 | ||
declare class Pbf { | ||
static readonly Varint: 0; | ||
static readonly Fixed64: 1; | ||
static readonly Bytes: 2; | ||
static readonly Fixed32: 5; | ||
buf: Uint8Array; | ||
@@ -9,0 +14,0 @@ pos: number; |
{ | ||
"name": "@types/pbf", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for pbf", | ||
@@ -14,11 +14,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/pbf" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b93511cec161018a85c13fd79cc8f612bf80938c4eef87e02a99860adf07d4ef", | ||
"typesPublisherContentHash": "a1866c3d3e1d0b406a7245326b3e26c4986a1689e5ad8e527b6169119df0425b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 30 Oct 2018 19:52:56 GMT | ||
* Last updated: Tue, 06 Aug 2019 23:25:13 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
5681
77