Socket
Socket
Sign inDemoInstall

react-weblineindia-qrcode-scanner

Package Overview
Dependencies
11
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.2

24

package.json
{
"name": "react-weblineindia-qrcode-scanner",
"version": "1.0.0",
"version": "1.0.2",
"description": "ReactJS based QR Code Scanner component, allowing you to detect and decode QR codes.",

@@ -25,5 +25,5 @@ "main": "./lib/index.js",

"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webrtc-adapter": "^7.5.1"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webrtc-adapter": "^8.2.3"
},

@@ -51,11 +51,11 @@ "devDependencies": {

"@babel/preset-react": "^7.9.4",
"@storybook/addon-actions": "^5.3.18",
"@storybook/cli": "^5.3.18",
"@storybook/react": "^5.3.18",
"babel-core": "^7.0.0-bridge.0",
"@storybook/addon-actions": "^7.5.3",
"@storybook/cli": "^7.5.3",
"@storybook/react": "^7.5.3",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"del": "^5.1.0",
"eslint": "^6.8.0",
"del": "^7.1.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.19.0",

@@ -68,2 +68,2 @@ "gulp": "^4.0.2",

}
}
}

@@ -81,5 +81,14 @@ # ReactJS - QR Code / Barcode Scanner Component

}
```
For Next.js Use dynamic import instead of usual import.
```js
import dynamic from 'next/dynamic'
const QrReader = dynamic(() => import('react-weblineindia-qrcode-scanner').then((a) => a.QrReader), {ssr: false});
```
## Available Props

@@ -86,0 +95,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc