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

@pbkit/runtime

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pbkit/runtime - npm Package Compare versions

Comparing version 0.0.45 to 0.0.46

2

package.json
{
"name": "@pbkit/runtime",
"version": "0.0.45",
"version": "0.0.46",
"author": "JongChan Choi <jong@chan.moe>",

@@ -5,0 +5,0 @@ "license": "(MIT OR Apache-2.0)",

@@ -18,2 +18,4 @@ "use strict";

switch (type) {
default:
throw new Error(`Unknown wire type ${type}`);
case index_1.WireType.Varint: {

@@ -20,0 +22,0 @@ const [len, value] = (0, varint_1.decode)(new DataView(uint8array.buffer, offset + idx));

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