Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,5 @@ | ||
## [2.1.1](https://github.com/jshor/symbology/compare/v2.1.0...v2.1.1) (2021-04-01) | ||
# [2.1.0](https://github.com/jshor/symbology/compare/v2.0.2...v2.1.0) (2021-04-01) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "symbology", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "🔖 Generates 1D, 2D, and composite barcodes in png, svg, or eps formats. Supports 50+ symbologies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -45,7 +45,7 @@ <p align="center"> | ||
```ts | ||
import { SymbologyType, createFile } from 'symbology' | ||
import { SymbologyType, createStream } from 'symbology' | ||
(async () => { | ||
const { data } = await createStream({ | ||
symbology: symbology.Barcode.CODE128 | ||
symbology: SymbologyType.CODE11 | ||
}, '8765432164') | ||
@@ -99,3 +99,3 @@ | ||
const { data } = await createFile({ | ||
symbology: Symbology.Barcode.ONECODE | ||
symbology: SymbologyType.ONECODE | ||
fileName: 'uspsExample.eps' | ||
@@ -102,0 +102,0 @@ }, '01234567094987654321-01234') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
96316
1