Socket
Socket
Sign inDemoInstall

metafab-client

Package Overview
Dependencies
8
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.10 to 0.1.11

1

build/cjs/index.d.ts
export * from "./lib/client";
export * from "./lib/constants";
export * from "./lib/types";

14

build/cjs/lib/types.d.ts

@@ -1,8 +0,8 @@

import type { BaseParams } from "./_base";
import type { Contract } from "./contracts";
import type { NewCurrency, Currency } from "./currencies";
import type { NewGame, UpdateGame, Game, RPCs } from "./games";
import type { NewPlayer, UpdatePlayer, Player } from "./players";
import type { Transaction } from "./transactions";
import type { Wallet, Balances } from "./wallets";
import { BaseParams } from "./_base";
import { Contract } from "./contracts";
import { NewCurrency, Currency } from "./currencies";
import { NewGame, UpdateGame, Game, RPCs } from "./games";
import { NewPlayer, UpdatePlayer, Player } from "./players";
import { Transaction } from "./transactions";
import { Wallet, Balances } from "./wallets";
export { BaseParams };

@@ -9,0 +9,0 @@ export { Contract };

export * from "./lib/client";
export * from "./lib/constants";
export * from "./lib/types";

@@ -1,8 +0,8 @@

import type { BaseParams } from "./_base";
import type { Contract } from "./contracts";
import type { NewCurrency, Currency } from "./currencies";
import type { NewGame, UpdateGame, Game, RPCs } from "./games";
import type { NewPlayer, UpdatePlayer, Player } from "./players";
import type { Transaction } from "./transactions";
import type { Wallet, Balances } from "./wallets";
import { BaseParams } from "./_base";
import { Contract } from "./contracts";
import { NewCurrency, Currency } from "./currencies";
import { NewGame, UpdateGame, Game, RPCs } from "./games";
import { NewPlayer, UpdatePlayer, Player } from "./players";
import { Transaction } from "./transactions";
import { Wallet, Balances } from "./wallets";
export { BaseParams };

@@ -9,0 +9,0 @@ export { Contract };

{
"name": "metafab-client",
"version": "0.1.10",
"version": "0.1.11",
"description": "MetaFab Typescript Client SDK",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc