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.7.0 to 0.7.1

4

dist/index.d.ts

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

message: string;
rpcMethod: string;
method: string;
};

@@ -81,4 +81,4 @@ constructor(error: {

message: string;
rpcMethod: string;
method: string;
});
}

@@ -81,3 +81,3 @@ "use strict";

constructor(error) {
super(`RpcApiError: '${error.message}', code: ${error.code}, rpcMethod: ${error.rpcMethod}`);
super(`RpcApiError: '${error.message}', code: ${error.code}, method: ${error.method}`);
this.payload = error;

@@ -84,0 +84,0 @@ }

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

@@ -38,7 +38,7 @@ "keywords": [

"dependencies": {
"@defichain/jellyfish-json": "^0.7.0"
"@defichain/jellyfish-json": "^0.7.1"
},
"devDependencies": {
"@defichain/testcontainers": "^0.7.0"
"@defichain/testcontainers": "^0.7.1"
}
}
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