react-native-vision-camera-spoof-detector 1.0.19 → 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/.npmignore +14 -0
- 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/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/package.json +1 -1
- package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
package/.npmignore
CHANGED
|
@@ -28,6 +28,15 @@ dist/
|
|
|
28
28
|
.eslintcache
|
|
29
29
|
*.tsbuildinfo
|
|
30
30
|
|
|
31
|
+
# Android build artifacts and caches
|
|
32
|
+
android/build/
|
|
33
|
+
android/.gradle/
|
|
34
|
+
android/.kotlin/
|
|
35
|
+
android/*.log
|
|
36
|
+
*.apk
|
|
37
|
+
*.aar
|
|
38
|
+
*.so
|
|
39
|
+
|
|
31
40
|
# Testing
|
|
32
41
|
__tests__
|
|
33
42
|
__mocks__
|
|
@@ -74,6 +83,11 @@ PULL_REQUEST_TEMPLATE.md
|
|
|
74
83
|
*.map
|
|
75
84
|
.npmrc
|
|
76
85
|
.yarnrc
|
|
86
|
+
.DS_Store
|
|
87
|
+
Thumbs.db
|
|
88
|
+
*.lock
|
|
89
|
+
package-lock.json
|
|
90
|
+
yarn.lock
|
|
77
91
|
|
|
78
92
|
# Keep essential files
|
|
79
93
|
!android/
|
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
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Tue Mar 24 10:
|
|
1
|
+
#Tue Mar 24 10:42:21 IST 2026
|
|
2
2
|
gradle.version=8.9
|
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": {
|
|
Binary file
|