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
3
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.4.51 to 18.1.36-beta

10

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 17.4.51 (2020-02-25)
### Barcode

@@ -10,2 +12,10 @@

- `#264414` - The issue "QR code is not rendered based on center bounds" has been fixed.
## 17.4.49 (2020-02-11)
### Barcode
#### Bug Fixes
- `#262067` - The issue "Unable to decode qrcode for some values" has been fixed.

@@ -12,0 +22,0 @@ - `#262067` - The issue "DOM ID for the SVG and div element are same" has been fixed.

4

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.4.51
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* version : 18.1.36-beta
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing

{
"_from": "@syncfusion/ej2-barcode-generator@*",
"_id": "@syncfusion/ej2-barcode-generator@17.4.47",
"_id": "@syncfusion/ej2-barcode-generator@17.4.51",
"_inBundle": false,
"_integrity": "sha512-O3yKHPInaj/rIuQ5pZyN/mIdq/d34f9zmlmSD5bwQqhFGTy9E/DOfA9uMbBj8QA11J0ZO4HZoXWaAiRA6cDgIQ==",
"_integrity": "sha512-+id5GmhKEUU9TWBx1QXGIEyNqJXgQm0aYnIBHM81nQUX8F/vwkKvKZTOOoC8P8xH06F5Arm9J9UWmsW2ubj71w==",
"_location": "/@syncfusion/ej2-barcode-generator",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-barcode-generator/-/ej2-barcode-generator-17.4.47.tgz",
"_shasum": "0ff8cb3866b9127e31a299fe32d9ef9e712a37e6",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-barcode-generator/-/ej2-barcode-generator-17.4.51.tgz",
"_shasum": "a16bdf4753e0e9951084a63b1e5f5c4b4656218a",
"_spec": "@syncfusion/ej2-barcode-generator@*",
"_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",
"_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included",
"author": {

@@ -39,4 +39,4 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-base": "~17.4.51",
"@syncfusion/ej2-data": "~17.4.51"
"@syncfusion/ej2-base": "~18.1.36-beta",
"@syncfusion/ej2-data": "~18.1.36-beta"
},

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

"typings": "index.d.ts",
"version": "17.4.51",
"version": "18.1.36-beta",
"sideEffects": false
}

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

var validInput = barCode.draw(this.value, this.barcodeCanvas, this.element.offsetHeight, this.element.offsetWidth, this.margin, this.displayText, mode, this.foreColor);
if (this.mode === 'Canvas') {
this.barcodeCanvas.getContext('2d').setTransform(1, 0, 0, 1, 0, 0);
this.barcodeCanvas.getContext('2d').scale(1.5, 1.5);
}
if (!validInput) {

@@ -76,2 +80,6 @@ var encoding = 'Invalid Input';

}
if (this.mode === 'Canvas') {
this.barcodeCanvas.style.transform = 'scale(' + (2 / 3) + ')';
this.barcodeCanvas.style.transformOrigin = '0 0';
}
};

@@ -78,0 +86,0 @@ QRCodeGenerator.prototype.setCulture = function () {

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