Socket
Socket
Sign inDemoInstall

pure-svg-code

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

index.d.ts

@@ -40,3 +40,3 @@ /**

/**
* white space padding, `4` modules by default, `0` for no border
* white space padding, `0` for no border by default
*/

@@ -43,0 +43,0 @@ padding?: number;

{
"name": "pure-svg-code",
"version": "1.0.3",
"version": "1.0.4",
"description": "generate qrcode & barcode to svg in pure javascript",

@@ -5,0 +5,0 @@ "keywords": [

@@ -653,3 +653,3 @@ function QR8bitByte(data) {

this.options = {
padding: 4,
padding: 0,
width: 256,

@@ -656,0 +656,0 @@ height: 256,

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