react-barcodes
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-barcodes", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "React hooks to generate Barcode.", | ||
@@ -9,6 +9,6 @@ "author": "Bunlong <bunlong.van@gmail.com>", | ||
"type": "git", | ||
"url": "git+https://github.com/Bunlong/react-barcode.git" | ||
"url": "git+https://github.com/Bunlong/react-barcodes.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Bunlong/react-barcode.git/issues" | ||
"url": "https://github.com/Bunlong/react-barcodes.git/issues" | ||
}, | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"homepage": "", | ||
"main": "dist/react-barcode.js", | ||
"module": "dist/react-barcode.es.js", | ||
"jsnext:main": "dist/react-barcode.es.js", | ||
"types": "dist/react-barcode.d.ts", | ||
"@comment unpkg": "dist/react-barcode.umd.js", | ||
"main": "dist/react-barcodes.js", | ||
"module": "dist/react-barcodes.es.js", | ||
"jsnext:main": "dist/react-barcodes.es.js", | ||
"types": "dist/react-barcodes.d.ts", | ||
"@comment unpkg": "dist/react-barcodes.umd.js", | ||
"engines": { | ||
@@ -85,3 +85,3 @@ "node": ">=8", | ||
{ | ||
"path": "./dist/react-barcode.es.js", | ||
"path": "./dist/react-barcodes.es.js", | ||
"maxSize": "50 kB" | ||
@@ -88,0 +88,0 @@ } |
@@ -23,6 +23,6 @@ <p align="center"> | ||
* [CODE128](https://github.com/Bunlong/react-barcode/wiki/CODE128) | ||
* [CODE128](https://github.com/Bunlong/react-barcodes/wiki/CODE128) | ||
* CODE128 (automatic mode switching) | ||
* CODE128 A/B/C (force mode) | ||
* [EAN](https://github.com/Bunlong/react-barcode/wiki/EAN) | ||
* [EAN](https://github.com/Bunlong/react-barcodes/wiki/EAN) | ||
* EAN-13 | ||
@@ -34,7 +34,7 @@ * EAN-8 | ||
* UPC (E) | ||
* [CODE39](https://github.com/Bunlong/react-barcode/wiki/CODE39) | ||
* [ITF](https://github.com/Bunlong/react-barcode/wiki/ITF-14) | ||
* [CODE39](https://github.com/Bunlong/react-barcodes/wiki/CODE39) | ||
* [ITF](https://github.com/Bunlong/react-barcodes/wiki/ITF-14) | ||
* ITF | ||
* ITF-14 | ||
* [MSI](https://github.com/Bunlong/react-barcode/wiki/MSI) | ||
* [MSI](https://github.com/Bunlong/react-barcodes/wiki/MSI) | ||
* MSI10 | ||
@@ -44,4 +44,4 @@ * MSI11 | ||
* MSI1110 | ||
* [Pharmacode](https://github.com/Bunlong/react-barcode/wiki/pharmacode) | ||
* [Codabar](https://github.com/Bunlong/react-barcode/wiki/codabar) | ||
* [Pharmacode](https://github.com/Bunlong/react-barcodes/wiki/pharmacode) | ||
* [Codabar](https://github.com/Bunlong/react-barcodes/wiki/codabar) | ||
@@ -83,3 +83,3 @@ ## 🔧 Install | ||
``` | ||
<img src="https://raw.githubusercontent.com/bunlong/react-barcodes/master/README/svg.png" alt="react-barcode svg" /> | ||
<img src="https://raw.githubusercontent.com/bunlong/react-barcodes/master/README/svg.png" alt="react-barcodes svg" /> | ||
@@ -107,3 +107,3 @@ ### Canvas | ||
<img src="https://raw.githubusercontent.com/bunlong/react-barcodes/master/README/canvas.png" alt="react-barcode canvas" /> | ||
<img src="https://raw.githubusercontent.com/bunlong/react-barcodes/master/README/canvas.png" alt="react-barcodes canvas" /> | ||
@@ -130,3 +130,3 @@ ### Image | ||
<img src="https://raw.githubusercontent.com/bunlong/react-barcodes/master/README/img.png" alt="react-barcode image" /> | ||
<img src="https://raw.githubusercontent.com/bunlong/react-barcodes/master/README/img.png" alt="react-barcodes image" /> | ||
@@ -178,3 +178,3 @@ ## Parameters | ||
<td>❌</td> | ||
<td>Select which barcode type to use. Please check the <a href="https://github.com/Bunlong/react-barcode/wiki">wikipage</a> of the different barcode types for more information.</td> | ||
<td>Select which barcode type to use. Please check the <a href="https://github.com/Bunlong/react-barcodes/wiki">wikipage</a> of the different barcode types for more information.</td> | ||
</tr> | ||
@@ -181,0 +181,0 @@ <tr> |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
135599
1
1