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

aspose.barcode

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aspose.barcode - npm Package Compare versions

Comparing version 22.6.0 to 22.8.0

lib/aspose-barcode-nodejs-22.8.jar

9

lib/AsposeBarcode.js

@@ -7,10 +7,15 @@ 'use strict'

const recognition_ = require("./Recognition");
const jar_name_ = "/aspose-barcode-nodejs-22.8.jar";
const jar_path_ = __dirname + jar_name_;
const fs = require("fs");
function pushJar()
{
java.classpath.push(__dirname + "/aspose-barcode-nodejs-22.6.jar");
java.classpath.push(__dirname + "/aspose-barcode-nodejs-22.8.jar");
}
pushJar();
module.exports = { complexbarcode_, recognition_, generation_,joint_,
module.exports = { jar_name_, jar_path_,
complexbarcode_, recognition_, generation_,joint_,
BarcodeGenerator : generation_.BarcodeGenerator,

@@ -17,0 +22,0 @@ BarcodeParameters: generation_.BarcodeParameters,

@@ -48,3 +48,3 @@ const generation = require("./Generation");

* ComplexBarcodeGenerator for backend complex barcode (e.g. SwissQR) images generation.
*
* @example
* This sample shows how to create and save a SwissQR image.

@@ -452,4 +452,2 @@ * let swissQRCodetext = new SwissQRCodetext(null);

* and a sequence of parameters(separated by the character at index 2).
*
* Value: The payment instruction.
*/

@@ -464,3 +462,2 @@ getInstruction() {

* and a sequence of parameters(separated by the character at index 2).
* Value: The payment instruction.
*/

@@ -495,3 +492,3 @@ setInstruction(value) {

* ComplexCodetextReader decodes codetext to specified complex barcode type.
*
* @example
* This sample shows how to recognize and decode SwissQR image.

@@ -589,3 +586,3 @@ *

* Gets the version of the SwissQR bill standard.
* Value: The SwissQR bill standard version.
* @return The SwissQR bill standard version.
*/

@@ -609,3 +606,3 @@ getVersion() {

*
* Value: The payment amount.
* @return The payment amount.
*/

@@ -632,3 +629,3 @@ getAmount() {

*
* Value: The payment currency.
* @return The payment currency.
*/

@@ -656,3 +653,3 @@ getCurrency() {

*
* Value: The creditor account number.
* @return The creditor account number.
*/

@@ -677,3 +674,3 @@ getAccount() {

* Gets the creditor address.
* Value: The creditor address.
* @return The creditor address.
*/

@@ -703,3 +700,3 @@ getCreditor() {

*
* Value: The creditor payment reference.
* @return The creditor payment reference.
*/

@@ -720,3 +717,3 @@ getReference() {

*
* Value: The creditor payment reference.
* @return The creditor payment reference.
*/

@@ -746,3 +743,3 @@ setReference(value) {

*
* Value: The debtor address.
* @return The debtor address.
*/

@@ -768,3 +765,3 @@ getDebtor() {

* Gets the additional unstructured message.
* Value: The unstructured message.
* @return The unstructured message.
*/

@@ -785,3 +782,3 @@ getUnstructuredMessage() {

* Gets the additional structured bill information.
* Value: The structured bill information.
* @return The structured bill information.
*/

@@ -805,3 +802,3 @@ getBillInformation() {

*
* Value: The alternative payment schemes.
* @return The alternative payment schemes.
*/

@@ -808,0 +805,0 @@ getAlternativeSchemes() {

@@ -61,5 +61,2 @@ const java = require('java');

/**
* @return mixed
*/
setJavaClass(javaClass)

@@ -109,9 +106,9 @@ {

*
* @param licenseName Can be a full or short file name
* @param licensePath path to license file
*/
setLicense(filePath)
setLicense(licensePath)
{
try
{
let file_data = License.openFile(filePath);
let file_data = License.openFile(licensePath);
this.getJavaClass().setLicenseSync(file_data);

@@ -221,3 +218,2 @@ } catch (ex)

{
// TODO: Implement init() method.
}

@@ -315,3 +311,3 @@

* Produces a new Rectangle by intersecting 2 existing
* Rectangles. Returns null if there is no intersection.
* Rectangles. Returns null if there is no intersection.
*/

@@ -382,3 +378,2 @@ static intersect(a, b)

{
// TODO: Implement init() method.
}

@@ -385,0 +380,0 @@

{
"name": "aspose.barcode",
"version": "22.6.0",
"version": "22.8.0",
"description": "barcode generation and recognition component",

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

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

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

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