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.1.78 to 1.1.80

14

dist/parallax.service.js

@@ -141,16 +141,2 @@ "use strict";

}
// async collectionStats(collectionID:string):Promise<CollectionStats> {
//
// let route = `/nft/collection/${collectionID}/stats`;
//
// try {
// let response:AxiosResponse = await this.client.get(route);
// let data: Parallax.CollectionStats = response.data as CollectionStats;
// return data;
//
// } catch (e) {
// console.log(e);
// return null;
// }
// }
async addWallet(blockchain, network, address) {

@@ -157,0 +143,0 @@ let route = `/wallet`;

2

package.json
{
"name": "@replicode/parallax",
"version": "1.1.78",
"version": "1.1.80",
"description": "",

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

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

// async collectionStats(collectionID:string):Promise<CollectionStats> {
//
// let route = `/nft/collection/${collectionID}/stats`;
//
// try {
// let response:AxiosResponse = await this.client.get(route);
// let data: Parallax.CollectionStats = response.data as CollectionStats;
// return data;
//
// } catch (e) {
// console.log(e);
// return null;
// }
// }
async addWallet(blockchain:string, network: string, address:string):Promise<boolean> {

@@ -180,0 +165,0 @@

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