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.14.15 to 0.14.16

8

module.flow.js

@@ -46,3 +46,11 @@ /**

declare export type KeyedAccountInfo = {
accountId: PublicKey,
accountInfo: AccountInfo,
};
declare type AccountChangeCallback = (accountInfo: AccountInfo) => void;
declare type ProgramAccountChangeCallback = (
keyedAccountInfo: KeyedAccountInfo,
) => void;

@@ -49,0 +57,0 @@ declare export type SignatureStatus =

4

package.json
{
"name": "@solana/web3.js",
"version": "0.14.15",
"version": "0.14.16",
"description": "Solana Javascript API",

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

"rimraf": "2.6.3",
"rollup": "1.5.0",
"rollup": "1.6.0",
"rollup-plugin-babel": "^4.3.2",

@@ -117,0 +117,0 @@ "rollup-plugin-commonjs": "9.2.1",

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