Table of contents
Swift
Objective-C

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

« Back to FAQ index

For version 10

  • Check the version of Barcode Reader module
    Dynamsoft.DBR.BarcodeReaderModule.getVersion()
    
  • If you are using the library via npm or yarn, then you can check the version of the package via
    npm show dynamsoft-barcode-reader version
    
  • If you are including the library via the CDN link, then the version number should be mentioned in that reference link.

For version 9

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.

Is this page helpful?

YesYes NoNo