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

smoldot

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smoldot - npm Package Compare versions

Comparing version 2.0.33 to 2.0.34

4

dist/cjs/internals/local-instance.js

@@ -367,4 +367,6 @@ "use strict";

return null;
const responseInfo = state.instance.exports.json_rpc_responses_peek(chainId) >>> 0;
// Note that the memory must be created after calling the Wasm function, otherwise
// it might be invalidated if it is grown.
const mem = new Uint8Array(state.instance.exports.memory.buffer);
const responseInfo = state.instance.exports.json_rpc_responses_peek(chainId) >>> 0;
const ptr = buffer.readUInt32LE(mem, responseInfo) >>> 0;

@@ -371,0 +373,0 @@ const len = buffer.readUInt32LE(mem, responseInfo + 4) >>> 0;

@@ -364,4 +364,6 @@ // Smoldot

return null;
const responseInfo = state.instance.exports.json_rpc_responses_peek(chainId) >>> 0;
// Note that the memory must be created after calling the Wasm function, otherwise
// it might be invalidated if it is grown.
const mem = new Uint8Array(state.instance.exports.memory.buffer);
const responseInfo = state.instance.exports.json_rpc_responses_peek(chainId) >>> 0;
const ptr = buffer.readUInt32LE(mem, responseInfo) >>> 0;

@@ -368,0 +370,0 @@ const len = buffer.readUInt32LE(mem, responseInfo + 4) >>> 0;

{
"name": "smoldot",
"version": "2.0.33",
"version": "2.0.34",
"description": "Light client that connects to Polkadot and Substrate-based blockchains",

@@ -5,0 +5,0 @@ "contributors": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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