react-native-vision-camera-spoof-detector 1.0.19 → 1.0.20
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/package.json +1 -1
- package/android/.gradle/8.9/checksums/checksums.lock +0 -0
- package/android/.gradle/8.9/checksums/sha1-checksums.bin +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 +0 -2
- package/android/.gradle/vcs-1/gc.properties +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/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.20",
|
|
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
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|