Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.15 to 1.2.16

3

dist/parallax.service.js

@@ -107,2 +107,5 @@ "use strict";

}
if (response.data == '') {
return [];
}
let data = response.data;

@@ -109,0 +112,0 @@ return data;

2

package.json
{
"name": "@replicode/parallax",
"version": "1.2.15",
"version": "1.2.16",
"description": "",

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

@@ -132,2 +132,6 @@ import { Injectable, Logger } from '@nestjs/common';

if (response.data == '') {
return [];
}
let data:Parallax.TxnERC721[] = response.data as Parallax.TxnERC721[];

@@ -134,0 +138,0 @@ return data;

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