Comparing version 3.0.3 to 3.0.4
@@ -0,1 +1,5 @@ | ||
## [3.0.4](https://github.com/jshor/symbology/compare/v3.0.3...v3.0.4) (2021-06-29) | ||
## [3.0.3](https://github.com/jshor/symbology/compare/v3.0.2...v3.0.3) (2021-06-22) | ||
@@ -2,0 +6,0 @@ |
export = symbology; | ||
declare const symbology: any; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import SymbologyType from './types/enums/SymbologyType'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import BinResult from '../types/BinResult'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import OutputType from './types/enums/OutputType'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare type BinResult = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum EncodingMode { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum OutputOption { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum OutputType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum SymbologyType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare type RGBAColor = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import EncodingMode from './enums/EncodingMode'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ declare type SymbologyResult = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "symbology", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "🔖 Generates 1D, 2D, and composite barcodes in png, svg, or eps formats. Supports 50+ symbologies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
142130