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

@boldreports/javascript-reporting-extensions

Package Overview
Dependencies
Maintainers
0
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boldreports/javascript-reporting-extensions - npm Package Compare versions

Comparing version 6.3.18 to 6.3.24

images/cropicon.svg

2

barcode.reportitem.js

@@ -193,2 +193,4 @@ var EJBarcode = (function () {

};
EJBarcode.prototype.undoRedoAction = function (args) {
};
EJBarcode.prototype.isDisplayText = function () {

@@ -195,0 +197,0 @@ return (this.getPropertyVal('DisplayBarcodeText').toLowerCase()) === 'true';

@@ -25,2 +25,14 @@ var dataExtensions = [];

}
},
{
name: 'ESignature',
className: 'EJSignature',
imageClass: 'customitem-signature',
displayName: 'Electronic',
category: 'Signature',
toolTip: {
requirements: 'Add a report item to the designer area.',
description: 'This report item is used to add a graphic signature.',
title: 'Signature'
}
}];

2

package.json
{
"name": "@boldreports/javascript-reporting-extensions",
"version": "6.3.18",
"version": "6.3.24",
"description": "The Bold Reports Extensions by Syncfusion contains scripts and themes for barcode report item to be integrated in JavaScript Report Viewer and JavaScript Report Designer for enterprise web development(HTML5)",

@@ -5,0 +5,0 @@ "repository": {

@@ -382,2 +382,4 @@ var EJQRBarcode = (function () {

};
EJQRBarcode.prototype.undoRedoAction = function (args) {
};
EJQRBarcode.prototype.getLocale = function (text) {

@@ -384,0 +386,0 @@ var barcodeLocale;

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