Socket
Socket
Sign inDemoInstall

@galoymoney/client

Package Overview
Dependencies
73
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

2

dist/parsing/index.js

@@ -201,3 +201,3 @@ "use strict";

if (protocol.match(/^(http|\/\/)/iu)) {
var domain_1 = new url_1.default.URL(destination).hostname;
var domain_1 = url_1.default.parse(destination).hostname;
if (!lnAddressDomains.find(function (lnAddressDomain) { return lnAddressDomain === domain_1; })) {

@@ -204,0 +204,0 @@ return {

{
"name": "@galoymoney/client",
"main": "dist/index.js",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "https://github.com/galoymoney/galoy-client",

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