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 2.0.0 to 2.0.1

2

dist/filecoin/api/types/responses/accountInfo.d.ts

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

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

@@ -15,3 +15,3 @@ import Ajv = require('ajv');

};
creation_tx_hash: {
creation_tx_cid: {
type: string;

@@ -18,0 +18,0 @@ };

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

},
creation_tx_hash: {
creation_tx_cid: {
type: 'string',

@@ -31,0 +31,0 @@ },

{
"name": "@zondax/beryx",
"version": "2.0.0",
"version": "2.0.1",
"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.",

@@ -62,3 +62,3 @@ "main": "dist/index.js",

"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^5.38.0",

@@ -65,0 +65,0 @@ "@typescript-eslint/parser": "^5.38.0",

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