Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1018 Bytes

File metadata and controls

22 lines (16 loc) · 1018 Bytes
layout default-layout
title How to check the version of the JS SDK I am currently using?
keywords Dynamsoft Barcode Reader, FAQ, tech basic, check version, current version
description How to check the version of the JS SDK I am currently using?
needAutoGenerateSidebar false

How to check the version of the JS SDK I am currently using?

<< Back to FAQ index

There are multiple ways to check the version currently being used -

  • The first way is to use the version API. Using this API in the browser console should print out the version of the library being used by the web app.

  • If you are using the library via npm or yarn, then you can check the version of the package via

    npm –v dynamsoft-javascript-barcode
  • If you are including the library via the CDN link, then the version number should be mentioned in that reference link.