🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@syncfusion/ej2-angular-barcode-generator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-barcode-generator - npm Package Compare versions

Comparing version

to
20.4.42

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-DjZWvlxaP4vrA6aBOkxYH6fDkLRkpac52yYKPcRXLpgEMTi9NcU/N+LwmShb4lT8VUP8v8T0cmxlclgnSJEelA==",
"_integrity": "sha512-Xt1dgRNp3wbf+liLnUmCKLOgd+z3jhLhg7f5VmmPlkESY7wjvmJd36a3CVucV4noo6J/e9ctxRvD+/kPMAHoaQ==",
"_location": "/@syncfusion/ej2-angular-barcode-generator",

@@ -23,6 +23,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-barcode-generator/-/ej2-angular-barcode-generator-19.3.0.tgz",
"_shasum": "d815417f2c4d502c4f76f36dc76d5351c8fed9ab",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-barcode-generator/-/ej2-angular-barcode-generator-19.3.0.tgz",
"_shasum": "139b6d12554e69797e5416f93ebe27b4c3305cd4",
"_spec": "@syncfusion/ej2-angular-barcode-generator@*",
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
"author": {

@@ -38,8 +38,24 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-barcode-generator": "20.4.42",
"@syncfusion/ej2-base": "~20.4.42"
"@syncfusion/ej2-base": "~20.4.42",
"tslib": "^2.3.0"
},
"deprecated": false,
"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",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-barcode-generator.js",
"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",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -53,5 +69,3 @@ "keywords": [

"license": "SEE LICENSE IN license",
"main": "dist/ej2-angular-barcode-generator.umd.js",
"metadata": "ej2-angular-barcode-generator.metadata.json",
"module": "@syncfusion/ej2-angular-barcode-generator.es5.js",
"module": "fesm2015/syncfusion-ej2-angular-barcode-generator.mjs",
"name": "@syncfusion/ej2-angular-barcode-generator",

@@ -64,4 +78,4 @@ "repository": {

"sideEffects": false,
"typings": "ej2-angular-barcode-generator.d.ts",
"version": "20.4.42-ngcc"
"typings": "syncfusion-ej2-angular-barcode-generator.d.ts",
"version": "20.4.42"
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./barcodegenerator.module";
/**

@@ -5,2 +8,5 @@ * 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[];

@@ -28,2 +29,4 @@ 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>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./barcodegenerator.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * 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>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./datamatrixgenerator.module";
/**

@@ -5,2 +8,5 @@ * 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[];

@@ -28,2 +29,4 @@ 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>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./datamatrixgenerator.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * 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>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./qrcodegenerator.module";
/**

@@ -5,2 +8,5 @@ * 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[];

@@ -28,2 +29,4 @@ 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"; "margin": "margin"; "mode": "mode"; "value": "value"; "version": "version"; "width": "width"; "xDimension": "xDimension"; }, { "invalid": "invalid"; }, never, never>;
}

@@ -0,1 +1,4 @@

import * as i0 from "@angular/core";
import * as i1 from "./qrcodegenerator.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * 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>;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet