Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@defichain/jellyfish-api-core

Package Overview
Dependencies
Maintainers
2
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defichain/jellyfish-api-core - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

dist/category/token.d.ts

3

dist/index.d.ts

@@ -6,2 +6,3 @@ import { Precision, PrecisionPath } from '@defichain/jellyfish-json';

import { Wallet } from './category/wallet';
import { Token } from './category/token';
export * from '@defichain/jellyfish-json';

@@ -12,2 +13,3 @@ export * from './category/blockchain';

export * from './category/wallet';
export * from './category/token';
/**

@@ -21,2 +23,3 @@ * ApiClient; a protocol agnostic DeFiChain node client, RPC calls are separated into their category.

readonly wallet: Wallet;
readonly token: Token;
/**

@@ -23,0 +26,0 @@ * A promise based procedure call handling

@@ -30,2 +30,3 @@ "use strict";

const wallet_1 = require("./category/wallet");
const token_1 = require("./category/token");
__exportStar(require("@defichain/jellyfish-json"), exports);

@@ -36,2 +37,3 @@ __exportStar(require("./category/blockchain"), exports);

__exportStar(require("./category/wallet"), exports);
__exportStar(require("./category/token"), exports);
/**

@@ -46,2 +48,3 @@ * ApiClient; a protocol agnostic DeFiChain node client, RPC calls are separated into their category.

this.wallet = new wallet_1.Wallet(this);
this.token = new token_1.Token(this);
}

@@ -48,0 +51,0 @@ }

6

package.json
{
"private": false,
"name": "@defichain/jellyfish-api-core",
"version": "0.0.12",
"version": "0.0.13",
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin",

@@ -43,8 +43,8 @@ "keywords": [

"dependencies": {
"@defichain/jellyfish-json": "^0.0.12"
"@defichain/jellyfish-json": "^0.0.13"
},
"devDependencies": {
"@defichain/testcontainers": "^0.0.12",
"@defichain/testcontainers": "^0.0.13",
"typescript": ">=4.2.0"
}
}
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