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

@nosana/sdk

Package Overview
Dependencies
Maintainers
5
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosana/sdk - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

5

dist/services/solana.js

@@ -133,3 +133,6 @@ import { AnchorProvider, Program, setProvider } from '@coral-xyz/anchor';

if (info) {
const collectionFromToken = bs58.encode(info.data.reverse().subarray(245, 277).reverse());
const collectionFromToken = bs58.encode(info.data
.reverse()
.subarray(279, 279 + 32)
.reverse());
if (collectionFromToken === collection) {

@@ -136,0 +139,0 @@ return new PublicKey(parsedData.mint);

2

package.json
{
"name": "@nosana/sdk",
"version": "0.3.5",
"version": "0.3.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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