Socket
Socket
Sign inDemoInstall

@solana/web3.js

Package Overview
Dependencies
Maintainers
1
Versions
1815
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/web3.js - npm Package Compare versions

Comparing version 0.15.6 to 0.15.7

2

bpf-sdk/version.txt
0.16.0
0e26ee854b4ff3ddeb73bc1afa182c07fe621893
335dfdc4d5d7a8242a9baef62d990ae2c8881683
{
"name": "@solana/web3.js",
"version": "0.15.6",
"version": "0.15.7",
"description": "Solana Javascript API",

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

@@ -8,3 +8,3 @@ // @flow

import {NUM_TICKS_PER_SECOND} from './timing';
import {Transaction} from './transaction';
import {Transaction, PACKET_DATA_SIZE} from './transaction';
import {sendAndConfirmTransaction} from './util/send-and-confirm-transaction';

@@ -23,3 +23,8 @@ import {sleep} from './util/sleep';

static get chunkSize(): number {
return 229; // Keep program chunks under PACKET_DATA_SIZE
// Keep program chunks under PACKET_DATA_SIZE, leaving enough room for the
// rest of the Transaction fields
//
// TODO: replace 300 with a proper constant for the size of the other
// Transaction fields
return PACKET_DATA_SIZE - 300;
}

@@ -26,0 +31,0 @@

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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