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

@barcode-bakery/barcode-common

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barcode-bakery/barcode-common - npm Package Compare versions

Comparing version 3.0.0-alpha.4 to 3.0.0-alpha.5

4

dist/barcode-common.js

@@ -1407,4 +1407,4 @@ var O = Object.defineProperty;

try {
const [e, i] = t.getDimension(0, 0, this.createSurface), n = this.changeSurfaceSize(this.surface ?? this.createSurface(e, i), e, i, s);
this.prepareSurface(n, e, i), t.draw(n);
const [e, i] = t.getDimension(0, 0, this.createSurface);
this.surface = this.changeSurfaceSize(this.surface ?? this.createSurface(e, i), e, i, s), this.prepareSurface(this.surface, e, i), t.draw(this.surface);
} catch (e) {

@@ -1411,0 +1411,0 @@ if (s != null && s.throwException)

@@ -21,3 +21,3 @@ import { Surface } from './draw';

declare class BCGDrawing {
private readonly surface?;
private surface?;
private readonly createSurface;

@@ -24,0 +24,0 @@ private dpi;

{
"name": "@barcode-bakery/barcode-common",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"description": "Base code for generating barcode with the Barcode Bakery library. See barcode-bakery-1d.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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