Socket
Socket
Sign inDemoInstall

react-native-vision-camera-v3-text-recognition

Package Overview
Dependencies
522
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

lib/commonjs/index.js

@@ -7,2 +7,8 @@ "use strict";

exports.Camera = void 0;
Object.defineProperty(exports, "scanText", {
enumerable: true,
get: function () {
return _scanText.scanText;
}
});
var _react = _interopRequireWildcard(require("react"));

@@ -9,0 +15,0 @@ var _reactNativeVisionCamera = require("react-native-vision-camera");

1

lib/module/index.js

@@ -6,2 +6,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

import { scanText } from './scanText';
export { scanText } from './scanText';
export const Camera = /*#__PURE__*/forwardRef(function Camera(props, ref) {

@@ -8,0 +9,0 @@ const {

import React from 'react';
export { scanText } from './scanText';
export declare const Camera: React.ForwardRefExoticComponent<{

@@ -3,0 +4,0 @@ callback: Function;

2

package.json
{
"name": "react-native-vision-camera-v3-text-recognition",
"version": "1.0.4",
"version": "1.0.5",
"description": "The frame processor plugin for text recognition using Google ML Kit library for react-native-vision-camera with high performance.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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