Socket
Socket
Sign inDemoInstall

ocr-react

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocr-react - npm Package Compare versions

Comparing version 3.0.4 to 3.1.0

2

package.json
{
"name": "ocr-react",
"version": "3.0.4",
"version": "3.1.0",
"description": "",

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

@@ -5,7 +5,7 @@ /*

* @LastEditors: Tianyou
* @LastEditTime: 2022-05-16 15:21:09
* @LastEditTime: 2022-05-16 15:26:54
* @Description:
*/
import Offlineocr2 from './ocr2.jsx';
import Ocr2 from './ocr2.jsx';
export default Offlineocr2;
export default Ocr2;

@@ -5,3 +5,3 @@ /*

* @LastEditors: Tianyou
* @LastEditTime: 2022-05-16 15:20:55
* @LastEditTime: 2022-05-16 15:26:40
* @Description:

@@ -13,3 +13,3 @@ */

const Offlineocr2 = () => {
const Ocr2 = () => {
const [src, setSrc] = useState('')

@@ -277,3 +277,3 @@ const canvas = useRef()

export default Offlineocr2;
export default Ocr2;
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