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

@operato/barcode

Package Overview
Dependencies
Maintainers
0
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/barcode - npm Package Compare versions

Comparing version 7.0.0-rc.0 to 7.0.0-rc.3

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

## [7.0.0-rc.3](https://github.com/hatiolab/operato/compare/v7.0.0-rc.2...v7.0.0-rc.3) (2024-06-22)
### :bug: Bug Fix
* bwip-js@4.4.0 ([c469491](https://github.com/hatiolab/operato/commit/c4694919d777623aaec1c9dec5a8bd4b7e12c2e7))
* bwip-js@4.4.0 ([427d0fb](https://github.com/hatiolab/operato/commit/427d0fbcfd9e11fdfcf07cc357bd3ae8f61dadf8))
## [7.0.0-rc.0](https://github.com/hatiolab/operato/compare/v2.0.0-beta.35...v7.0.0-rc.0) (2024-06-21)

@@ -8,0 +18,0 @@

2

dist/src/ox-barcode.js

@@ -24,2 +24,3 @@ import { __decorate } from "tslib";

if (this.value && this.value !== '') {
//@ts-ignore
const canvas = bwipjs.toCanvas(this.canvas, {

@@ -43,2 +44,3 @@ bcid: this.bcid, // Barcode type

try {
//@ts-ignore
bwipjs.toCanvas(this.canvas, {

@@ -45,0 +47,0 @@ bcid: this.bcid, // Barcode type

1

dist/src/print/usb-printer.d.ts

@@ -1,2 +0,1 @@

/// <reference types="w3c-web-usb" />
type PrinterFilter = {

@@ -3,0 +2,0 @@ vendorId: number;

@@ -5,3 +5,3 @@ {

"author": "barcode",
"version": "7.0.0-rc.0",
"version": "7.0.0-rc.3",
"main": "dist/src/index.js",

@@ -45,3 +45,3 @@ "module": "dist/src/index.js",

"dependencies": {
"bwip-js": "^3.0.4",
"bwip-js": "^4.4.0",
"lit": "^3.1.2"

@@ -54,3 +54,2 @@ },

"@open-wc/testing": "^3.1.6",
"@types/bwip-js": "^3.0.0",
"@types/w3c-web-usb": "^1.0.5",

@@ -84,3 +83,3 @@ "@typescript-eslint/eslint-plugin": "^7.0.1",

},
"gitHead": "6ea42336e40d8eae2c11a9ebdfc21dd1cbcefca1"
"gitHead": "20a0eea8c98f074cbaef2405e97a8c0bfccbcf4e"
}

@@ -55,2 +55,3 @@ import { LitElement, PropertyValues, css, html } from 'lit'

if (this.value && this.value !== '') {
//@ts-ignore
const canvas = bwipjs.toCanvas(this.canvas, {

@@ -77,2 +78,3 @@ bcid: this.bcid, // Barcode type

try {
//@ts-ignore
bwipjs.toCanvas(this.canvas, {

@@ -79,0 +81,0 @@ bcid: this.bcid, // Barcode type

Sorry, the diff of this file is not supported yet

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