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

@saberhq/anchor-contrib

Package Overview
Dependencies
Maintainers
2
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saberhq/anchor-contrib - npm Package Compare versions

Comparing version 1.13.24 to 1.13.25

2

dist/cjs/utils/coder.js

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

const anchor_1 = require("@project-serum/anchor");
const instruction_js_1 = tslib_1.__importDefault(require("@project-serum/anchor/dist/esm/program/namespace/instruction.js"));
const instruction_js_1 = tslib_1.__importDefault(require("@project-serum/anchor/dist/cjs/program/namespace/instruction.js"));
const web3_js_1 = require("@solana/web3.js");

@@ -9,0 +9,0 @@ const lodash_mapvalues_1 = tslib_1.__importDefault(require("lodash.mapvalues"));

import { BorshCoder, EventParser, utils } from "@project-serum/anchor";
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/esm/program/namespace/instruction.js";
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/cjs/program/namespace/instruction.js";
import { TransactionInstruction } from "@solana/web3.js";

@@ -4,0 +4,0 @@ import mapValues from "lodash.mapvalues";

{
"name": "@saberhq/anchor-contrib",
"version": "1.13.24",
"version": "1.13.25",
"description": "TypeScript client for Anchor programs.",

@@ -31,3 +31,3 @@ "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/anchor-contrib#readme",

"@project-serum/anchor": "^0.24.2",
"@saberhq/tsconfig": "^1.13.24",
"@saberhq/tsconfig": "^1.13.25",
"@solana/web3.js": "^1.43.4",

@@ -40,3 +40,3 @@ "@types/lodash.camelcase": "^4.3.7",

"dependencies": {
"@saberhq/solana-contrib": "^1.13.24",
"@saberhq/solana-contrib": "^1.13.25",
"eventemitter3": "^4.0.7",

@@ -43,0 +43,0 @@ "lodash.camelcase": "^4.3.0",

import type { Accounts, Idl } from "@project-serum/anchor";
import { BorshCoder, EventParser, utils } from "@project-serum/anchor";
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/cjs/program/namespace/instruction.js";
import type { InstructionDisplay } from "@project-serum/anchor/dist/esm/coder/borsh/instruction.js";

@@ -8,3 +9,2 @@ import type {

} from "@project-serum/anchor/dist/esm/idl.js";
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/esm/program/namespace/instruction.js";
import type { Provider as SaberProvider } from "@saberhq/solana-contrib";

@@ -11,0 +11,0 @@ import type { GetProgramAccountsFilter, PublicKey } from "@solana/web3.js";

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