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

@project-serum/serum

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@project-serum/serum - npm Package Compare versions

Comparing version 0.13.50 to 0.13.51

1

lib/market-proxy/middleware.d.ts

@@ -41,3 +41,4 @@ import { PublicKey, TransactionInstruction } from '@solana/web3.js';

closeOpenOrders(ix: TransactionInstruction): void;
ixToDisplay(ix: TransactionInstruction): Object;
}
//# sourceMappingURL=middleware.d.ts.map

@@ -166,4 +166,12 @@ "use strict";

}
ixToDisplay(ix) {
const keys = ix.keys.map(i => {
return { ...i, pubkey: i.pubkey.toString() };
});
const programId = ix.programId.toString();
const data = new Uint8Array(ix.data);
return { keys, programId, data };
}
}
exports.Logger = Logger;
//# sourceMappingURL=middleware.js.map

2

package.json
{
"name": "@project-serum/serum",
"version": "0.13.50",
"version": "0.13.51",
"description": "Library for interacting with the serum dex",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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