🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@bwip-js/react-native

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bwip-js/react-native - npm Package Compare versions

Comparing version
4.10.2
to
4.11.0
+5
-1
dist/bwip-js-rn.d.ts

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

// Type definitions for bwip-js 4.10.2 (2026-05-27)
// Type definitions for bwip-js 4.11.0 (2026-05-28)
//

@@ -278,2 +278,6 @@ // THIS DEFINITION FILE IS MACHINE GENERATED - DO NOT EDIT

export function coop2of5<T>(opts: RenderOptions, drawing: DrawingContext<T>): T;
export function d3aqr(opts: RenderOptions): Promise<DataURL>;
export function d3aqr(opts: RenderOptions, callback: ToDataURLCallback): void;
export function d3aqr<T>(opts: RenderOptions, drawing: DrawingContext<Promise<T>>): Promise<T>;
export function d3aqr<T>(opts: RenderOptions, drawing: DrawingContext<T>): T;
export function daft(opts: RenderOptions): Promise<DataURL>;

@@ -280,0 +284,0 @@ export function daft(opts: RenderOptions, callback: ToDataURLCallback): void;

+1
-1
{
"name": "@bwip-js/react-native",
"version": "4.10.2",
"version": "4.11.0",
"description": "JavaScript barcode generator supporting over 100 types and standards.",

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

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

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