Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@screencloud/qr-key-generator

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@screencloud/qr-key-generator - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

9

dist/lib/isValidHttpUrl.js

@@ -7,6 +7,7 @@ "use strict";

var url = new URL(str);
return url.protocol === 'http:'
|| url.protocol === 'https:'
|| url.protocol === 'blob:'
|| url.protocol === 'data:';
return (url.protocol === 'http:' ||
url.protocol === 'https:' ||
url.protocol === 'blob:' ||
url.protocol === 'data:' ||
url.protocol === 'mailto:');
}

@@ -13,0 +14,0 @@ catch (_) {

{
"name": "@screencloud/qr-key-generator",
"version": "1.1.1",
"version": "1.2.0",
"description": "The library that encode the payload into a key for QRCode url",

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

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