Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/pbf

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pbf - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

pbf/index.d.ts

@@ -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;

9

pbf/package.json
{
"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

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