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.9 to 0.0.10

6

dist/fractal-sdk-api.d.ts

@@ -1,7 +0,1 @@

export declare enum FractalSdkAdminChain {
UNKNOWN = "UNKNOWN",
ETH = "ETH",
SOLANA = "SOLANA",
POLYGON = "POLYGON"
}
export declare type FractalSdkAdminRefreshMetadataResponse = object;

@@ -8,0 +2,0 @@ export declare type FractalSdkAdminSyncItemMetadataResponse = object;

9

dist/fractal-sdk-api.js

@@ -33,10 +33,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Api = exports.HttpClient = exports.ContentType = exports.FractalSdkTournamentLeaderboardType = exports.FractalSdkTournamentGetLeaderboardRequestDirection = exports.FractalSdkSolanaGetForSaleItemsRequestSortField = exports.FractalSdkSolanaDirection = exports.FractalSdkCommonChain = exports.FractalSdkAdminChain = void 0;
var FractalSdkAdminChain;
(function (FractalSdkAdminChain) {
FractalSdkAdminChain["UNKNOWN"] = "UNKNOWN";
FractalSdkAdminChain["ETH"] = "ETH";
FractalSdkAdminChain["SOLANA"] = "SOLANA";
FractalSdkAdminChain["POLYGON"] = "POLYGON";
})(FractalSdkAdminChain = exports.FractalSdkAdminChain || (exports.FractalSdkAdminChain = {}));
exports.Api = exports.HttpClient = exports.ContentType = exports.FractalSdkTournamentLeaderboardType = exports.FractalSdkTournamentGetLeaderboardRequestDirection = exports.FractalSdkSolanaGetForSaleItemsRequestSortField = exports.FractalSdkSolanaDirection = exports.FractalSdkCommonChain = void 0;
var FractalSdkCommonChain;

@@ -43,0 +36,0 @@ (function (FractalSdkCommonChain) {

@@ -12,9 +12,2 @@ /* eslint-disable */

export enum FractalSdkAdminChain {
UNKNOWN = "UNKNOWN",
ETH = "ETH",
SOLANA = "SOLANA",
POLYGON = "POLYGON",
}
export type FractalSdkAdminRefreshMetadataResponse = object;

@@ -21,0 +14,0 @@

2

package.json
{
"name": "@fractalwagmi/fractal-sdk-public-api",
"version": "0.0.9",
"version": "0.0.10",
"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