Socket
Socket
Sign inDemoInstall

bls-wallet-clients

Package Overview
Dependencies
58
Maintainers
6
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1-980039 to 0.8.1-bfdcf0f

3

dist/src/Aggregator.js

@@ -54,3 +54,4 @@ "use strict";

const json = await resp.json();
if (json) {
const isValidNonEmptyJson = json && Object.keys(json).length;
if (isValidNonEmptyJson) {
return json;

@@ -57,0 +58,0 @@ }

{
"name": "bls-wallet-clients",
"version": "0.8.1-980039",
"version": "0.8.1-bfdcf0f",
"description": "Client libraries for interacting with BLS Wallet components",

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

@@ -119,3 +119,4 @@ import fetch from "node-fetch";

const json = await resp.json();
if (json) {
const isValidNonEmptyJson = json && Object.keys(json).length;
if (isValidNonEmptyJson) {
return json as T;

@@ -122,0 +123,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc