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

eos-detective

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eos-detective - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

3

dist/src/api/transfers.d.ts

@@ -0,1 +1,2 @@

import { Direction } from "../types/Transfer";
import { ApiResponse, TransfersData } from "../types/ApiResponse";

@@ -39,3 +40,3 @@ /**

*/
direction?: string;
direction?: Direction;
/**

@@ -42,0 +43,0 @@ * If set to `true` transfers between the same sender and receiver are accumulated, instead of returning all single transfers.

import { Account } from "./Account";
export declare type Direction = "incoming" | "outgoing" | "both" | "between";
export declare class Transfer {

@@ -3,0 +4,0 @@ private readonly _from;

{
"name": "eos-detective",
"version": "0.5.5",
"version": "0.5.6",
"description": "EOS Detective",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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