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.14 to 1.2.15

5

dist/parallax.service.js

@@ -103,5 +103,4 @@ "use strict";

let response = await this.client.get(route, { params });
this.logger.log(response.data);
console.dir(response.data);
if (response.data == null || response.data == '') {
console.dir(`responseData: ${response.data}`);
if (response.data == null) {
return null;

@@ -108,0 +107,0 @@ }

2

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

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

@@ -126,5 +126,5 @@ import { Injectable, Logger } from '@nestjs/common';

this.logger.log(response.data);
console.dir(response.data);
if (response.data == null || response.data == '') {
console.dir(`responseData: ${response.data}`);
if (response.data == null) {
return null;

@@ -131,0 +131,0 @@ }

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