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

@saberhq/solana-contrib

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saberhq/solana-contrib - npm Package Compare versions

Comparing version 1.10.13 to 1.10.14

dist/cjs/utils/publicKey.d.ts

2

dist/cjs/utils/index.d.ts
export * from "./instructions";
export * from "./isPublicKey";
export * from "./publicKey";
export * from "./simulateTransactionWithCommitment";
//# sourceMappingURL=index.d.ts.map

@@ -5,4 +5,4 @@ "use strict";

(0, tslib_1.__exportStar)(require("./instructions"), exports);
(0, tslib_1.__exportStar)(require("./isPublicKey"), exports);
(0, tslib_1.__exportStar)(require("./publicKey"), exports);
(0, tslib_1.__exportStar)(require("./simulateTransactionWithCommitment"), exports);
//# sourceMappingURL=index.js.map

@@ -1,2 +0,3 @@

import { PublicKey, TransactionInstruction } from "@solana/web3.js";
import { TransactionInstruction } from "@solana/web3.js";
import { PublicKey } from "./publicKey";
/**

@@ -3,0 +4,0 @@ * ID of the memo program.

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

const web3_js_1 = require("@solana/web3.js");
const publicKey_1 = require("./publicKey");
/**
* ID of the memo program.
*/
exports.MEMO_PROGRAM_ID = new web3_js_1.PublicKey("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr");
exports.MEMO_PROGRAM_ID = new publicKey_1.PublicKey("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr");
/**

@@ -11,0 +12,0 @@ * Creates a memo program instruction.

export * from "./instructions";
export * from "./isPublicKey";
export * from "./publicKey";
export * from "./simulateTransactionWithCommitment";
//# sourceMappingURL=index.d.ts.map
export * from "./instructions";
export * from "./isPublicKey";
export * from "./publicKey";
export * from "./simulateTransactionWithCommitment";
//# sourceMappingURL=index.js.map

@@ -1,2 +0,3 @@

import { PublicKey, TransactionInstruction } from "@solana/web3.js";
import { TransactionInstruction } from "@solana/web3.js";
import { PublicKey } from "./publicKey";
/**

@@ -3,0 +4,0 @@ * ID of the memo program.

@@ -1,2 +0,3 @@

import { PublicKey, TransactionInstruction } from "@solana/web3.js";
import { TransactionInstruction } from "@solana/web3.js";
import { PublicKey } from "./publicKey";
/**

@@ -3,0 +4,0 @@ * ID of the memo program.

{
"name": "@saberhq/solana-contrib",
"version": "1.10.13",
"version": "1.10.14",
"description": "Common types and libraries for Solana",

@@ -41,3 +41,3 @@ "author": "Ian Macalinao <ian@saber.so>",

},
"gitHead": "0cc42b9bdb852dc2f140018d0bab9344acec33c0",
"gitHead": "6aad6d99e0048a52fe1026c6b2820d9e3cf7ba56",
"publishConfig": {

@@ -44,0 +44,0 @@ "access": "public"

export * from "./instructions";
export * from "./isPublicKey";
export * from "./publicKey";
export * from "./simulateTransactionWithCommitment";

@@ -1,3 +0,5 @@

import { PublicKey, TransactionInstruction } from "@solana/web3.js";
import { TransactionInstruction } from "@solana/web3.js";
import { PublicKey } from "./publicKey";
/**

@@ -4,0 +6,0 @@ * ID of the memo program.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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