Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-barcode-generator

Package Overview
Dependencies
Maintainers
4
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 17.2.34 to 17.2.46

2

CHANGELOG.md

@@ -9,4 +9,4 @@ # Changelog

The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers
The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in the web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers
- Supports 2 two-dimensional barcodes such as QR and DataMatrix barcodes.
/*!
* filename: index.d.ts
* version : 17.2.34
* version : 17.2.46
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-barcode-generator@*",
"_id": "@syncfusion/ej2-barcode-generator@17.2.28",
"_id": "@syncfusion/ej2-barcode-generator@17.2.34",
"_inBundle": false,
"_integrity": "sha512-45ZoiLx69vOmyB5sn7fBCKsz34I74hPD09mIWZxHYF2W37Qw24u0+fAbNnZ2rhYkF2N/tr3WD+iy2qRUUA3D9A==",
"_integrity": "sha512-33bbagWaV/9ovvBUFbSuQjkFcIHbCY394ORB2T1S6/wYURnCsZ2b0Op+Xdyu4/qGDQxiA4Y/ExJWSrgXqlXBEQ==",
"_location": "/@syncfusion/ej2-barcode-generator",

@@ -26,4 +26,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-barcode-generator/-/ej2-barcode-generator-17.2.28.tgz",
"_shasum": "407959645979aa5f46442b4ab61dbc8abf2e87c4",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-barcode-generator/-/ej2-barcode-generator-17.2.34.tgz",
"_shasum": "c1e197d3b8dfbbeefc5e9fcb39147771eda5b93e",
"_spec": "@syncfusion/ej2-barcode-generator@*",

@@ -39,4 +39,4 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.2.34",
"@syncfusion/ej2-data": "~17.2.34"
"@syncfusion/ej2-base": "~17.2.46",
"@syncfusion/ej2-data": "~17.2.46"
},

@@ -65,4 +65,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "17.2.34",
"version": "17.2.46",
"sideEffects": false
}

@@ -263,2 +263,3 @@ var __extends = (this && this.__extends) || (function () {

this.renderElements();
this.renderComplete();
};

@@ -265,0 +266,0 @@ /**

@@ -101,2 +101,3 @@ /**

* @aspNumberEnum
* @blazorNumberEnum
* @IgnoreSingular

@@ -336,2 +337,3 @@ */

* @aspNumberEnum
* @blazorNumberEnum
* @IgnoreSingular

@@ -512,2 +514,3 @@ */

* @aspNumberEnum
* @blazorNumberEnum
* @IgnoreSingular

@@ -514,0 +517,0 @@ */

@@ -54,2 +54,3 @@ /**

* @aspNumberEnum
* @blazorNumberEnum
* @IgnoreSingular

@@ -228,2 +229,3 @@ */

* @aspNumberEnum
* @blazorNumberEnum
* @IgnoreSingular

@@ -405,2 +407,3 @@ */

* @aspNumberEnum
* @blazorNumberEnum
* @IgnoreSingular

@@ -407,0 +410,0 @@ */

@@ -194,2 +194,3 @@ var __extends = (this && this.__extends) || (function () {

this.renderElements();
this.renderComplete();
};

@@ -196,0 +197,0 @@ __decorate([

@@ -36,4 +36,6 @@ import { removeChildElements, refreshCanvasBarcode } from '../barcode/utility/barcode-util';import { Complex, Property, Component, INotifyPropertyChanged, L10n, Event, EmitType } from '@syncfusion/ej2-base';import { ErrorCorrectionLevel, QRCodeVersion, RenderingMode, BarcodeEvent } from '../barcode/enum/enum';import { DisplayTextModel } from '../barcode/primitives/displaytext-model';import { MarginModel } from '../barcode/primitives/margin-model';import { DisplayText } from '../barcode/primitives/displaytext';import { Margin } from '../barcode/primitives/margin';import { BarcodeRenderer } from '../barcode/rendering/renderer';import { QRCode } from './qr-code-util';import { ValidateEvent } from '../barcode';

* Defines the error correction level of the QR code.
* @blazorDefaultValueIgnore
* @aspDefaultValueIgnore
* @aspNumberEnum
* @blazorNumberEnum
* @default undefined

@@ -76,2 +78,4 @@ */

* @aspDefaultValueIgnore
* @blazorNumberEnum
* @blazorDefaultValueIgnore
* @aspNumberEnum

@@ -78,0 +82,0 @@ * @default undefined

@@ -38,4 +38,6 @@ import { Component, INotifyPropertyChanged, L10n, EmitType } from '@syncfusion/ej2-base';

* Defines the error correction level of the QR code.
* @blazorDefaultValueIgnore
* @aspDefaultValueIgnore
* @aspNumberEnum
* @blazorNumberEnum
* @default undefined

@@ -72,2 +74,4 @@ */

* @aspDefaultValueIgnore
* @blazorNumberEnum
* @blazorDefaultValueIgnore
* @aspNumberEnum

@@ -74,0 +78,0 @@ * @default undefined

@@ -53,2 +53,3 @@ var __extends = (this && this.__extends) || (function () {

this.renderElements();
this.renderComplete();
};

@@ -55,0 +56,0 @@ QRCodeGenerator.prototype.triggerEvent = function (eventName, message) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc