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

@orca-so/common-sdk

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orca-so/common-sdk - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

dist/web3/public-key-utils.d.ts

3

dist/web3/index.d.ts

@@ -0,4 +1,5 @@

export * from "./address-util";
export * from "./ata-util";
export * from "./address-util";
export * from "./public-key-utils";
export * from "./token-util";
export * from "./transactions";

@@ -17,5 +17,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./address-util"), exports);
__exportStar(require("./ata-util"), exports);
__exportStar(require("./address-util"), exports);
__exportStar(require("./public-key-utils"), exports);
__exportStar(require("./token-util"), exports);
__exportStar(require("./transactions"), exports);
{
"name": "@orca-so/common-sdk",
"version": "0.1.4",
"version": "0.1.5",
"description": "Common Typescript components across Orca",

@@ -5,0 +5,0 @@ "repository": "https://github.com/orca-so/orca-sdks",

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