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

@fractalwagmi/fractal-sdk-public-api

Package Overview
Dependencies
Maintainers
10
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fractalwagmi/fractal-sdk-public-api - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

7

dist/fractal-sdk-api.d.ts

@@ -46,4 +46,4 @@ export interface FractalSdkAdminGetTransactionStatusResponse {

address: string;
/** @format int32 */
share: number;
/** @format int64 */
share?: number;
}

@@ -70,2 +70,5 @@ export interface FractalSdkExperimentalSolanaMintMetadata {

collectionAddress?: string;
creators?: FractalSdkExperimentalSolanaMintCreator[];
/** @format int64 */
sellerFeeBasisPoints?: number;
}

@@ -72,0 +75,0 @@ export interface FractalSdkExperimentalSolanaMintUpgradeResponse {

@@ -71,4 +71,4 @@ /* eslint-disable */

/** @format int32 */
share: number;
/** @format int64 */
share?: number;
}

@@ -99,2 +99,6 @@

collectionAddress?: string;
creators?: FractalSdkExperimentalSolanaMintCreator[];
/** @format int64 */
sellerFeeBasisPoints?: number;
}

@@ -101,0 +105,0 @@

{
"name": "@fractalwagmi/fractal-sdk-public-api",
"version": "0.0.20",
"version": "0.0.21",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/fractal-sdk-api.js",

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