Socket
Socket
Sign inDemoInstall

aspose.barcode

Package Overview
Dependencies
Maintainers
1
Versions
84
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 24.2.0 to 24.3.0

lib/aspose-barcode-nodejs-24.3.jar

2

examples/BarcodeReaderExamples.js

@@ -46,4 +46,2 @@ const ea = require("./ExamplesAssist")

reader.setQualitySettings(QualitySettings.getHighPerformance());
reader.getQualitySettings().setAllowMedianSmoothing(true);
reader.getQualitySettings().setMedianSmoothingWindowSize(5);

@@ -50,0 +48,0 @@ reader.readBarCodes().forEach(function (result, i, results)

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

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

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

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