Socket
Socket
Sign inDemoInstall

@orca-so/sdk

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orca-so/sdk - npm Package Compare versions

Comparing version 1.2.18 to 1.2.19

2

dist/public/utils/web3/transactions/transaction-builder.js

@@ -37,3 +37,3 @@ "use strict";

instructions = instructions.concat(curr.instructions);
cleanupInstructions = cleanupInstructions.concat(curr.cleanupInstructions);
cleanupInstructions = curr.cleanupInstructions.concat(cleanupInstructions);
signers = signers.concat(curr.signers);

@@ -40,0 +40,0 @@ });

{
"name": "@orca-so/sdk",
"version": "1.2.18",
"version": "1.2.19",
"description": "Typescript SDK for the Orca protocol.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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