Socket
Socket
Sign inDemoInstall

aspose.barcode

Package Overview
Dependencies
20
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 23.5.0 to 23.6.0

lib/aspose-barcode-nodejs-23.6.jar

2

lib/AsposeBarcode.js

@@ -7,3 +7,3 @@ 'use strict'

const recognition_ = require("./Recognition");
const jar_name_ = "/aspose-barcode-nodejs-23.5.jar";
const jar_name_ = "/aspose-barcode-nodejs-23.6.jar";
const jar_path_ = __dirname + jar_name_;

@@ -10,0 +10,0 @@ const fs = require("fs");

@@ -119,2 +119,14 @@ const java = require('java');

resetLicense()
{
try
{
let javaClass = this.getJavaClass();
javaClass.resetLicenseSync();
} catch (ex)
{
throw new BarcodeException(ex);
}
}
isLicensed()

@@ -210,2 +222,5 @@ {

/**
* @return {Rectangle} empty Rectangle
*/
static get EMPTY()

@@ -246,2 +261,5 @@ {

/**
* @return X
*/
getX()

@@ -252,2 +270,5 @@ {

/**
* @return Y
*/
getY()

@@ -258,2 +279,5 @@ {

/**
* @return Left
*/
getLeft()

@@ -264,2 +288,5 @@ {

/**
* @return Top
*/
getTop()

@@ -270,2 +297,5 @@ {

/**
* @return Right
*/
getRight()

@@ -276,2 +306,5 @@ {

/**
* @return Bottom
*/
getBottom()

@@ -282,2 +315,5 @@ {

/**
* @return Width
*/
getWidth()

@@ -288,2 +324,5 @@ {

/**
* @return Height
*/
getHeight()

@@ -348,2 +387,5 @@ {

/**
* Represents Point class
*/
class Point extends BaseJavaClass

@@ -357,3 +399,3 @@ {

/**
* Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle
* Represents an empty Point
*/

@@ -366,3 +408,3 @@ static get EMPTY()

/**
* Rectangle constructor.
* Point constructor.
* @param x

@@ -389,2 +431,5 @@ * @param y

/**
* @return X
*/
getX()

@@ -395,2 +440,5 @@ {

/**
* @return Y
*/
getY()

@@ -401,2 +449,5 @@ {

/**
* @param x X
*/
setX(x)

@@ -407,2 +458,5 @@ {

/**
* @param y Y
*/
setY(y)

@@ -409,0 +463,0 @@ {

{
"name": "aspose.barcode",
"version": "23.5.0",
"version": "23.6.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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc