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
69
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 0.4.1 to 0.4.2

4

dist/wallet.js

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

jsonrpc: "2.0",
id: "my-id",
id: this.walletAddress.toBase58(),
method: "searchAssets",
params: {
ownerAddress: "8mdfRML7z3s8gqDYd72bywcEgQtcvkoJCw2bukv8X71R",
ownerAddress: this.walletAddress,
tokenType: "fungible",

@@ -65,0 +65,0 @@ displayOptions: {

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

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

@@ -79,6 +79,6 @@ import bs58 from "bs58";

jsonrpc: "2.0",
id: "my-id",
id: this.walletAddress.toBase58(),
method: "searchAssets",
params: {
ownerAddress: "8mdfRML7z3s8gqDYd72bywcEgQtcvkoJCw2bukv8X71R",
ownerAddress: this.walletAddress,
tokenType: "fungible",

@@ -85,0 +85,0 @@ displayOptions: {

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