@syncfusion/ej2-angular-barcode-generator
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-x5yrX1V0mhcpSRGeAimpXV9VILhmLBdeDV6zgXNRBcCdtMufATkseFJgqPQ2jyctjVFAM5LllbjeH7gE/OP8SA==", | ||
"_integrity": "sha512-4MLaGFKeVPpX8INi5967V6/AYRTyEcpziDdsCtZ120FH+47B7FJ4URSiob7klfFaoct/RXtXYNORDJhwBMPQ3w==", | ||
"_location": "/@syncfusion/ej2-angular-barcode-generator", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-barcode-generator/-/ej2-angular-barcode-generator-19.4.0.tgz", | ||
"_shasum": "799f5d0c9af69a32341a54e4f71f7dbcc4ec412e", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-barcode-generator/-/ej2-angular-barcode-generator-19.4.0.tgz", | ||
"_shasum": "61318dd3f8b195e6d24201daec36c220ad50845f", | ||
"_spec": "@syncfusion/ej2-angular-barcode-generator@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included", | ||
"author": { | ||
@@ -37,3 +37,3 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-angular-base": "~29.1.33", | ||
"@syncfusion/ej2-barcode-generator": "29.1.38", | ||
"@syncfusion/ej2-barcode-generator": "29.1.39", | ||
"@syncfusion/ej2-base": "~29.1.36" | ||
@@ -43,19 +43,4 @@ }, | ||
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-barcode-generator.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-barcode-generator.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-barcode-generator.js", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -69,3 +54,5 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"module": "fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"main": "dist/ej2-angular-barcode-generator.umd.js", | ||
"metadata": "ej2-angular-barcode-generator.metadata.json", | ||
"module": "@syncfusion/ej2-angular-barcode-generator.es5.js", | ||
"name": "@syncfusion/ej2-angular-barcode-generator", | ||
@@ -78,4 +65,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "syncfusion-ej2-angular-barcode-generator.d.ts", | ||
"version": "29.1.38" | ||
"typings": "ej2-angular-barcode-generator.d.ts", | ||
"version": "29.1.39-ngcc" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-barcode-generator'; | ||
exports.pkgVer = '^29.1.38'; | ||
exports.pkgVer = '^29.1.39'; | ||
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule'; | ||
exports.themeVer = '~29.1.38'; | ||
exports.themeVer = '~29.1.39'; |
export const pkgName = '@syncfusion/ej2-angular-barcode-generator'; | ||
export const pkgVer = '^29.1.38'; | ||
export const pkgVer = '^29.1.39'; | ||
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule'; | ||
export const themeVer = '~29.1.38'; | ||
export const themeVer = '~29.1.39'; |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./barcodegenerator.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the BarcodeGenerator component with providers. | ||
export declare class BarcodeGeneratorAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeGeneratorAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<BarcodeGeneratorAllModule, never, [typeof i1.CommonModule, typeof i2.BarcodeGeneratorModule], [typeof i2.BarcodeGeneratorModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<BarcodeGeneratorAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { BarcodeGenerator } from '@syncfusion/ej2-barcode-generator'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -29,4 +28,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeGeneratorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<BarcodeGeneratorComponent, "ejs-barcodegenerator", never, { "backgroundColor": "backgroundColor"; "displayText": "displayText"; "enableCheckSum": "enableCheckSum"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "foreColor": "foreColor"; "height": "height"; "locale": "locale"; "margin": "margin"; "mode": "mode"; "type": "type"; "value": "value"; "width": "width"; }, { "invalid": "invalid"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./barcodegenerator.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the BarcodeGenerator component. | ||
export declare class BarcodeGeneratorModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeGeneratorModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<BarcodeGeneratorModule, [typeof i1.BarcodeGeneratorComponent], [typeof i2.CommonModule], [typeof i1.BarcodeGeneratorComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<BarcodeGeneratorModule>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./datamatrixgenerator.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the DataMatrixGenerator component with providers. | ||
export declare class DataMatrixGeneratorAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DataMatrixGeneratorAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DataMatrixGeneratorAllModule, never, [typeof i1.CommonModule, typeof i2.DataMatrixGeneratorModule], [typeof i2.DataMatrixGeneratorModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DataMatrixGeneratorAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { DataMatrixGenerator } from '@syncfusion/ej2-barcode-generator'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -29,4 +28,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DataMatrixGeneratorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DataMatrixGeneratorComponent, "ejs-datamatrixgenerator", never, { "backgroundColor": "backgroundColor"; "displayText": "displayText"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "encoding": "encoding"; "foreColor": "foreColor"; "height": "height"; "locale": "locale"; "margin": "margin"; "mode": "mode"; "size": "size"; "value": "value"; "width": "width"; "xDimension": "xDimension"; }, { "invalid": "invalid"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./datamatrixgenerator.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the DataMatrixGenerator component. | ||
export declare class DataMatrixGeneratorModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DataMatrixGeneratorModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DataMatrixGeneratorModule, [typeof i1.DataMatrixGeneratorComponent], [typeof i2.CommonModule], [typeof i1.DataMatrixGeneratorComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DataMatrixGeneratorModule>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./qrcodegenerator.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the QRCodeGenerator component with providers. | ||
export declare class QRCodeGeneratorAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QRCodeGeneratorAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<QRCodeGeneratorAllModule, never, [typeof i1.CommonModule, typeof i2.QRCodeGeneratorModule], [typeof i2.QRCodeGeneratorModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<QRCodeGeneratorAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { QRCodeGenerator } from '@syncfusion/ej2-barcode-generator'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -29,4 +28,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QRCodeGeneratorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QRCodeGeneratorComponent, "ejs-qrcodegenerator", never, { "backgroundColor": "backgroundColor"; "displayText": "displayText"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "errorCorrectionLevel": "errorCorrectionLevel"; "foreColor": "foreColor"; "height": "height"; "locale": "locale"; "logo": "logo"; "margin": "margin"; "mode": "mode"; "value": "value"; "version": "version"; "width": "width"; "xDimension": "xDimension"; }, { "invalid": "invalid"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./qrcodegenerator.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the QRCodeGenerator component. | ||
export declare class QRCodeGeneratorModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QRCodeGeneratorModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<QRCodeGeneratorModule, [typeof i1.QRCodeGeneratorComponent], [typeof i2.CommonModule], [typeof i1.QRCodeGeneratorComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<QRCodeGeneratorModule>; | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
199112
25.8%1660
34.2%112
1.82%162
-4.14%2
100%80
-20%2
Infinity%+ Added
- Removed