Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
barcode-reader-deprati
Advanced tools
Un módulo de React Native para leer códigos de barras utilizando Vision Camera.
Para instalar el módulo barcode-reader-deprati
, ejecuta el siguiente comando:
npm install barcode-reader-deprati
Para usar el componente BarcodeReader
en tu aplicación React Native, impórtalo de la siguiente manera:
import BarcodeReader from 'barcode-reader-deprati';
Aquí tienes un ejemplo sencillo de cómo usar el componente BarcodeReader
:
import React from 'react';
import { View } from 'react-native';
import BarcodeReader from 'barcode-reader-deprati';
const App = () => {
return (
<View style={{ flex: 1 }}>
<BarcodeReader />
</View>
);
};
export default App;
Este proyecto está licenciado bajo la Licencia MIT. Consulta el archivo LICENSE para más detalles.
FAQs
Un módulo de React Native para leer códigos de barras utilizando Vision Camera.
We found that barcode-reader-deprati demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.