New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

protons-runtime

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protons-runtime - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

6

dist/src/index.d.ts

@@ -143,7 +143,7 @@ import type { Codec } from './codec.js';

/**
* Reads a sequence of bytes preceeded by its length as a varint
* Reads a sequence of bytes preceded by its length as a varint
*/
bytes: () => number;
bytes: () => Uint8Array;
/**
* Reads a string preceeded by its byte length as a varint
* Reads a string preceded by its byte length as a varint
*/

@@ -150,0 +150,0 @@ string: () => string;

{
"name": "protons-runtime",
"version": "3.0.1",
"version": "3.1.0",
"description": "Shared code to make your bundle smaller when running protons in your app",

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

@@ -183,8 +183,8 @@ import type { Codec } from './codec.js'

/**
* Reads a sequence of bytes preceeded by its length as a varint
* Reads a sequence of bytes preceded by its length as a varint
*/
bytes: () => number
bytes: () => Uint8Array
/**
* Reads a string preceeded by its byte length as a varint
* Reads a string preceded by its byte length as a varint
*/

@@ -191,0 +191,0 @@ string: () => string

Sorry, the diff of this file is not supported yet

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