New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuintun/qrcode

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuintun/qrcode - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

es5/qrcode/decoder/QRCode.js

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

// Sad implementation of Object.assign since we target es5 not es6
options[key] = options[key] || defaultOptions[key];
options[key] = key in options ? options[key] : defaultOptions[key];
});

@@ -62,0 +62,0 @@ this.options = options;

@@ -57,3 +57,3 @@ /**

// Sad implementation of Object.assign since we target es5 not es6
options[key] = options[key] || defaultOptions[key];
options[key] = key in options ? options[key] : defaultOptions[key];
});

@@ -60,0 +60,0 @@ this.options = options;

{
"name": "@nuintun/qrcode",
"version": "0.5.0",
"version": "0.5.1",
"description": "QRCode encode and decode library.",

@@ -5,0 +5,0 @@ "main": "es5/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