react-native-vision-camera-spoof-detector 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/CONTRIBUTING.md +1 -1
- package/README.md +2 -2
- package/android/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.9/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/CONTRIBUTING.md
CHANGED
|
@@ -250,7 +250,7 @@ When choosing what to work on:
|
|
|
250
250
|
|
|
251
251
|
## License
|
|
252
252
|
|
|
253
|
-
By contributing, you agree that your contributions will be licensed under its
|
|
253
|
+
By contributing, you agree that your contributions will be licensed under its JESCON TECHNOLOGIES PVT LTD License.
|
|
254
254
|
|
|
255
255
|
## Recognition
|
|
256
256
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# react-native-vision-camera-spoof-detector
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/react-native-vision-camera-spoof-detector)
|
|
4
|
-
[](https://opensource.org/licenses/JESCON TECHNOLOGIES PVT LTD)
|
|
5
5
|
[](https://github.com/jescon-tech/react-native-vision-camera-spoof-detector)
|
|
6
6
|
|
|
7
7
|
High-performance face anti-spoofing and liveness detection module for React Native Vision Camera. Features TensorFlow Lite with GPU acceleration, optimized YUV processing, and real-time blink detection for robust liveness verification.
|
|
@@ -409,7 +409,7 @@ Contributions welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
|
|
|
409
409
|
|
|
410
410
|
## 📄 License
|
|
411
411
|
|
|
412
|
-
|
|
412
|
+
JESCON TECHNOLOGIES PVT LTD License - see [LICENSE](./LICENSE) file for details.
|
|
413
413
|
|
|
414
414
|
## 👨💼 Author
|
|
415
415
|
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-vision-camera-spoof-detector",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "High-performance face anti-spoofing and liveness detection module for React Native Vision Camera. Uses TensorFlow Lite with GPU acceleration and optimized YUV processing.",
|
|
5
5
|
"homepage": "https://github.com/jescon-tech/react-native-vision-camera-spoof-detector",
|
|
6
6
|
"repository": {
|