Socket
Socket
Sign inDemoInstall

pdf417

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

2

package.json

@@ -7,3 +7,3 @@ {

],
"version": "0.1.4",
"version": "0.1.5",
"description": "Barcode generator in PDF417 format.",

@@ -10,0 +10,0 @@ "homepage": "https://github.com/NCR-Shi/pdf417",

@@ -10,3 +10,3 @@ import createPDF417 from './pdf417-min';

if (barcodeMatrix.bcode[row][col] === '1') {
ctx.fillStyle = '#FFF';
ctx.fillStyle = '#000';
} else {

@@ -13,0 +13,0 @@ ctx.fillStyle = '#FFF';

Sorry, the diff of this file is too big to display

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