Socket
Socket
Sign inDemoInstall

@defichain/jellyfish

Package Overview
Dependencies
16
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.43.0 to 0.44.0

20

dist/index.d.ts
import { ApiClient } from "@defichain/jellyfish-api-core";
/**
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/
interface Provider {

@@ -6,2 +9,5 @@ url: string;

}
/**
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/
interface HttpProviderConstructor {

@@ -13,2 +19,4 @@ new (url: string): Provider;

* Initialize a HttpProvider for Jellyfish Client
*
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/

@@ -18,2 +26,4 @@ export const HttpProvider: HttpProviderConstructor;

* Client options for Jellyfish
*
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/

@@ -31,2 +41,5 @@ export interface JellyfishOptions {

}
/**
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/
interface ClientConstructor {

@@ -38,2 +51,4 @@ new (provider: string | Provider, options?: JellyfishOptions): ApiClient;

* Initialize a Jellyfish Client
*
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/

@@ -80,2 +95,4 @@ export const Client: ClientConstructor;

* var client1 = jf.Client(`http://${user}:${password}@127.0.0.1:${port}/`)
*
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/

@@ -86,4 +103,7 @@ export const Jellyfish: {

};
/**
* @deprecated CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of your dependencies.
*/
export default Jellyfish;
//# sourceMappingURL=index.d.ts.map

6

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

@@ -55,4 +55,4 @@ "keywords": [

"dependencies": {
"@defichain/jellyfish-api-core": "^0.43.0",
"@defichain/jellyfish-api-jsonrpc": "^0.43.0",
"@defichain/jellyfish-api-core": "^0.44.0",
"@defichain/jellyfish-api-jsonrpc": "^0.44.0",
"bignumber.js": "^9.0.1"

@@ -59,0 +59,0 @@ },

@@ -5,11 +5,3 @@ [![npm](https://img.shields.io/npm/v/@defichain/jellyfish)](https://www.npmjs.com/package/@defichain/jellyfish/v/latest)

This is the entrypoint for most dApp developer. Distributed as `@defichain/jellyfish`, it bundles and creates 4 types of
JavaScript packages for public use.
This package provides conventional defaults and bundles all code required for dApps building. For library consumer, it is
just "plug and play", they don't need to care how it works underneath.
1. `dist/jellyfish.cjs.js` for node.js
1. `dist/jellyfish.umd.js` for browser
1. `dist/jellyfish.esm.js` for ES6 module
1. `dist/jellyfish.d.ts` for TypeScript definitions
CJS and UMD bundles has been deprecated, please use individual packages (@defichain/jellyfish-*) for better control of
your dependencies.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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