New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pioneer-sdk/sdk

Package Overview
Dependencies
Maintainers
4
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pioneer-sdk/sdk - npm Package Compare versions

Comparing version 1.1.43 to 1.1.45

22

lib/index.d.ts

@@ -44,10 +44,26 @@ export declare class SDK {

private init;
refresh: (invocationId: string) => Promise<any>;
pairWallet: (wallet: any) => Promise<any>;
private startSocket;
private stopSocket;
private updateContext;
private getPubkey;
private getPubkeys;
private getAddress;
private sendToAddress;
private swapQuote;
private buildSwap;
private lpQuote;
private buildLp;
private defi;
private build;
private sign;
private broadcast;
private updateInvocation;
deleteInvocation: (invocationId: string) => Promise<any>;
getInvocation: (invocationId: string) => Promise<any>;
getInvocations: () => Promise<any>;
stopSocket: () => any;
isSynced: boolean;
url: string;
axios: any;
publicAddress: string;
constructor(spec: string, config: any);
}

4

package.json
{
"name": "@pioneer-sdk/sdk",
"version": "1.1.43",
"version": "1.1.45",
"main": "./lib/index.js",

@@ -23,3 +23,3 @@ "types": "./lib/index.d.ts",

"dependencies": {
"@pioneer-platform/pioneer-events": "^8.1.35",
"@pioneer-platform/pioneer-events": "8.1.36",
"log": "^6.3.1",

@@ -26,0 +26,0 @@ "typescript": "4.6.4"

Sorry, the diff of this file is too big to display

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