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 2.2.1 to 2.2.2

src/components/offline-ocr/aaa.jsx

2

index.js

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

* @LastEditors: Tianyou
* @LastEditTime: 2022-04-21 17:28:03
* @LastEditTime: 2022-05-16 11:22:54
* @Description:

@@ -8,0 +8,0 @@ */

{
"name": "ocr-react",
"version": "2.2.1",
"version": "2.2.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

/*
* @Author: Anthony Zhang
* @Date: 2022-03-15 16:38:29
* @LastEditTime: 2022-05-16 10:50:23
* @LastEditTime: 2022-05-16 11:23:10
* @LastEditors: Tianyou

@@ -13,3 +13,3 @@ * @FilePath: \驾照识别\scripts\webpack.base.config.js

rules: [{
test: /\.(js|jsx?)$/,
test: /\.(js|jsx)$/,
exclude: /node_modules/,

@@ -16,0 +16,0 @@ use: {

/*
* @Author: Anthony Zhang
* @Date: 2022-03-15 16:43:33
* @LastEditTime: 2022-05-16 10:43:24
* @LastEditTime: 2022-05-16 11:25:54
* @LastEditors: Tianyou

@@ -32,3 +32,3 @@ * @FilePath: \驾照识别\scripts\webpack.dev.config.js

resolve: {
extensions: ['', '.js']
extensions: ['', '.js', '.jsx']
},

@@ -35,0 +35,0 @@ devtool: 'eval-source-map', // 原始源代码(行)

/*
* @Author: Anthony Zhang
* @Date: 2022-03-15 17:00:23
* @LastEditTime: 2022-05-16 10:35:58
* @LastEditTime: 2022-05-16 11:22:47
* @LastEditors: Tianyou

@@ -14,6 +14,7 @@ * @FilePath: \驾照识别\src\index.js

import OfflineOcr from './components/offline-ocr/offlineOcr'
import OfflineOcrClass from './components/offline-ocr/OfflineOcrClass'
const App = () => {
return (
<div>
<OfflineOcr />
<OfflineOcrClass />
</div>

@@ -20,0 +21,0 @@ )

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