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.1 to 0.15.2

2

bpf-sdk/version.txt
0.14.0
54b44977e0b2af5a23e97482f967e2f6110a9d48
e71ab55288201a6ba0f2591b9e595c3e67a85007
{
"name": "@solana/web3.js",
"version": "0.15.1",
"version": "0.15.2",
"description": "Solana Javascript API",

@@ -105,3 +105,3 @@ "keywords": [

"eslint-plugin-import": "2.17.2",
"eslint-plugin-jest": "22.5.0",
"eslint-plugin-jest": "22.5.1",
"eslint-plugin-prettier": "^3.0.0",

@@ -108,0 +108,0 @@ "flow-bin": "0.97.0",

@@ -18,5 +18,3 @@ // @flow

static get programId(): PublicKey {
return new PublicKey(
'0x8000000000000000000000000000000000000000000000000000000000000000',
);
return new PublicKey('BPFLoader1111111111111111111111111111111111');
}

@@ -23,0 +21,0 @@

@@ -146,5 +146,3 @@ // @flow

static get programId(): PublicKey {
return new PublicKey(
'0x8100000000000000000000000000000000000000000000000000000000000000',
);
return new PublicKey('Budget1111111111111111111111111111111111111');
}

@@ -151,0 +149,0 @@

@@ -18,5 +18,3 @@ // @flow

static get programId(): PublicKey {
return new PublicKey(
'0x100000000000000000000000000000000000000000000000000000000000000',
);
return new PublicKey('NativeLoader1111111111111111111111111111111');
}

@@ -23,0 +21,0 @@

@@ -141,3 +141,3 @@ /**

export const SYSTEM_TOKEN_PROGRAM_ID = new PublicKey(
'0x8300000000000000000000000000000000000000000000000000000000000000',
'Token11111111111111111111111111111111111111',
);

@@ -144,0 +144,0 @@

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 not supported yet

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