Socket
Socket
Sign inDemoInstall

@zondax/beryx

Package Overview
Dependencies
9
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

2

dist/filecoin/api/index.js

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

}
exports.Filecoin = Filecoin;
Filecoin.getAxiosConfig = (config) => {

@@ -85,3 +86,2 @@ const { baseURL = constants_1.baseSrvUrl, jwt } = config;

};
exports.Filecoin = Filecoin;
class FilecoinTools {

@@ -88,0 +88,0 @@ constructor(client, servicePath) {

@@ -5,2 +5,6 @@ export default interface AccountInfo {

short?: string;
created_at?: string;
creation_tx_hash?: string;
creator_address?: string;
eth_address?: string;
}

@@ -12,2 +12,14 @@ import AccountInfo from './accountInfo';

};
created_at: {
type: string;
};
creation_tx_hash: {
type: string;
};
creator_address: {
type: string;
};
eth_address: {
type: string;
};
robust: {

@@ -14,0 +26,0 @@ type: string;

@@ -25,2 +25,14 @@ "use strict";

},
created_at: {
type: 'string',
},
creation_tx_hash: {
type: 'string',
},
creator_address: {
type: 'string',
},
eth_address: {
type: 'string',
},
robust: {

@@ -27,0 +39,0 @@ type: 'string',

@@ -7,4 +7,4 @@ "use strict";

VersionAPI["V2"] = "v2";
})(VersionAPI = exports.VersionAPI || (exports.VersionAPI = {}));
})(VersionAPI || (exports.VersionAPI = VersionAPI = {}));
exports.DataPrefixPath = 'fil/data';
exports.ToolsPrefixPath = 'fil/tools';
{
"name": "@zondax/beryx",
"version": "1.0.0",
"version": "1.1.0",
"description": "Beryx indexes and exposes via a public API Filecoin historical and real-time data. We provide historical transactions of every account, interactions with multisig accounts, fees details and many more.",

@@ -5,0 +5,0 @@ "main": "dist/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