🚀 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.8.0
to
4.9.0
+8
-1
dist/bwip-js-rn.d.ts

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

// Type definitions for bwip-js 4.8.0 (2025-11-11)
// Type definitions for bwip-js 4.9.0 (2026-03-31)
//

@@ -94,2 +94,8 @@ // THIS DEFINITION FILE IS MACHINE GENERATED - DO NOT EDIT

}
export interface SymbolDesc {
bcid: string;
desc: string;
text: string;
opts: string;
}
export interface DrawingContext<T> {

@@ -142,2 +148,3 @@ setopts?(options: RenderOptions): void;

export const BWIPJS_VERSION: string;
export const symbolList: readonly SymbolDesc[];

@@ -144,0 +151,0 @@ // wrapper around FontLib.loadFont()

+1
-1
bwip-js : Barcode Writer in Pure JavaScript
Copyright (c) 2011-2025 Mark Warren
Copyright (c) 2011-2026 Mark Warren

@@ -5,0 +5,0 @@ The MIT License

{
"name": "@bwip-js/react-native",
"version": "4.8.0",
"version": "4.9.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