New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@replicode/parallax

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replicode/parallax - npm Package Compare versions

Comparing version 1.1.84 to 1.1.85

17

dist/parallax.model.d.ts

@@ -138,19 +138,2 @@ export declare namespace Parallax {

}
interface NFTTransfer {
block_number: string;
block_timestamp: string;
block_hash: string;
transaction_hash: string;
transaction_index: string;
log_index: string;
value: string;
contract_type: string;
transaction_type: string;
token_address: string;
token_id: string;
from_address: string;
to_address: string;
amount: string;
verified: number;
}
interface UserStatsByCollection {

@@ -157,0 +140,0 @@ totalCost: number;

2

package.json
{
"name": "@replicode/parallax",
"version": "1.1.84",
"version": "1.1.85",
"description": "",

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

@@ -151,21 +151,2 @@

export interface NFTTransfer {
block_number: string
block_timestamp: string
block_hash: string
transaction_hash: string
transaction_index: string
log_index: string
value: string
contract_type: string
transaction_type: string
token_address: string
token_id: string
from_address: string
to_address: string
amount: string
verified: number
}
export interface UserStatsByCollection {

@@ -172,0 +153,0 @@ totalCost: number

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