Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo