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

@stabbleorg/anchor-contrib

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stabbleorg/anchor-contrib - npm Package Compare versions

Comparing version

to
0.7.0

dist/parser.d.ts

1

dist/index.d.ts
export * from "./wallet";
export * from "./helius";
export * from "./listener";
export * from "./parser";

@@ -20,2 +20,3 @@ "use strict";

__exportStar(require("./listener"), exports);
__exportStar(require("./parser"), exports);
//# sourceMappingURL=index.js.map

2

dist/wallet.js

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

if (!this.provider.sendAndConfirm)
throw Error("sendAndConfirm is not implemented in this Provider");
throw Error("'sendAndConfirm' is not implemented in this Provider");
return this.provider.sendAndConfirm(transaction, signers, { minContextSlot });

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

{
"name": "@stabbleorg/anchor-contrib",
"version": "0.6.0",
"version": "0.7.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

export * from "./wallet";
export * from "./helius";
export * from "./listener";
export * from "./parser";

@@ -283,3 +283,3 @@ import bs58 from "bs58";

if (!this.provider.sendAndConfirm) throw Error("sendAndConfirm is not implemented in this Provider");
if (!this.provider.sendAndConfirm) throw Error("'sendAndConfirm' is not implemented in this Provider");

@@ -286,0 +286,0 @@ return this.provider.sendAndConfirm(transaction, signers, { minContextSlot });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet