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.2 to 2.2.3

2

package.json
{
"name": "ocr-react",
"version": "2.2.2",
"version": "2.2.3",
"main": "index.js",

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

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

@@ -40,2 +40,16 @@ * @FilePath: \驾照识别\scripts\webpack.base.config.js

]
},
externals: {
react: {
root: 'React',
commonjs2: 'react',
commonjs: 'react',
amd: 'react'
},
'react-dom': {
root: 'ReactDOM',
commonjs2: 'react-dom',
commonjs: 'react-dom',
amd: 'react-dom'
}
}

@@ -42,0 +56,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