react-native-vision-camera-spoof-detector 1.0.21 → 1.0.22
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/.gitattributes +2 -0
- package/.gitignore +27 -0
- package/CHANGELOG.md +2 -2
- package/CONTRIBUTING.md +2 -2
- package/README.md +4 -5
- package/package.json +7 -5
package/.gitattributes
ADDED
package/.gitignore
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Compiled class file
|
|
2
|
+
*.class
|
|
3
|
+
|
|
4
|
+
# Log file
|
|
5
|
+
*.log
|
|
6
|
+
|
|
7
|
+
# BlueJ files
|
|
8
|
+
*.ctxt
|
|
9
|
+
|
|
10
|
+
# Mobile Tools for Java (J2ME)
|
|
11
|
+
.mtj.tmp/
|
|
12
|
+
|
|
13
|
+
# Package Files #
|
|
14
|
+
*.jar
|
|
15
|
+
*.war
|
|
16
|
+
*.nar
|
|
17
|
+
*.ear
|
|
18
|
+
*.zip
|
|
19
|
+
*.tar.gz
|
|
20
|
+
*.rar
|
|
21
|
+
|
|
22
|
+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
23
|
+
hs_err_pid*
|
|
24
|
+
replay_pid*
|
|
25
|
+
|
|
26
|
+
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
|
|
27
|
+
.kotlin/
|
package/CHANGELOG.md
CHANGED
|
@@ -127,8 +127,8 @@ None planned for the 1.0.x series.
|
|
|
127
127
|
|
|
128
128
|
## Support & Issues
|
|
129
129
|
|
|
130
|
-
- Report bugs: [GitHub Issues](https://github.com/
|
|
131
|
-
- Feature requests: [GitHub Discussions](https://github.com/
|
|
130
|
+
- Report bugs: [GitHub Issues](https://github.com/dpraful/react-native-vision-camera-spoof-detector/issues)
|
|
131
|
+
- Feature requests: [GitHub Discussions](https://github.com/dpraful/react-native-vision-camera-spoof-detector/discussions)
|
|
132
132
|
|
|
133
133
|
## Contributing
|
|
134
134
|
|
package/CONTRIBUTING.md
CHANGED
|
@@ -263,8 +263,8 @@ Contributors will be recognized in:
|
|
|
263
263
|
## Questions?
|
|
264
264
|
|
|
265
265
|
- 📧 Email: jescontechnologies@gmail.com
|
|
266
|
-
- 💬 [GitHub Issues](https://github.com/
|
|
267
|
-
- 📝 [GitHub Discussions](https://github.com/
|
|
266
|
+
- 💬 [GitHub Issues](https://github.com/dpraful/react-native-vision-camera-spoof-detector/issues)
|
|
267
|
+
- 📝 [GitHub Discussions](https://github.com/dpraful/react-native-vision-camera-spoof-detector/discussions)
|
|
268
268
|
|
|
269
269
|
## Additional Resources
|
|
270
270
|
|
package/README.md
CHANGED
|
@@ -1,8 +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://github.com/jescon-tech/react-native-vision-camera-spoof-detector)
|
|
4
|
+
[](https://github.com/dpraful/react-native-vision-camera-spoof-detector)
|
|
6
5
|
|
|
7
6
|
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.
|
|
8
7
|
|
|
@@ -421,14 +420,14 @@ JESCON TECHNOLOGIES PVT LTD License - see [LICENSE](./LICENSE) file for details.
|
|
|
421
420
|
## 🔗 Quick Links
|
|
422
421
|
|
|
423
422
|
- [NPM Package](https://www.npmjs.com/package/react-native-vision-camera-spoof-detector)
|
|
424
|
-
- [GitHub Repository](https://github.com/
|
|
423
|
+
- [GitHub Repository](https://github.com/dpraful/react-native-vision-camera-spoof-detector)
|
|
425
424
|
- [React Native Vision Camera](https://react-native-vision-camera.com)
|
|
426
425
|
- [TensorFlow Lite](https://www.tensorflow.org/lite)
|
|
427
426
|
|
|
428
427
|
## 📞 Support & Community
|
|
429
428
|
|
|
430
|
-
- 🐛 [Report Issues](https://github.com/
|
|
431
|
-
- 💬 [GitHub Discussions](https://github.com/
|
|
429
|
+
- 🐛 [Report Issues](https://github.com/dpraful/react-native-vision-camera-spoof-detector/issues)
|
|
430
|
+
- 💬 [GitHub Discussions](https://github.com/dpraful/react-native-vision-camera-spoof-detector/discussions)
|
|
432
431
|
- 📧 Email: jescontechnologies@gmail.com
|
|
433
432
|
|
|
434
433
|
## 🙏 Acknowledgments
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-vision-camera-spoof-detector",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
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
|
-
"homepage": "https://github.com/
|
|
5
|
+
"homepage": "https://github.com/dpraful/react-native-vision-camera-spoof-detector",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/dpraful/react-native-vision-camera-spoof-detector.git"
|
|
9
9
|
},
|
|
10
10
|
"bugs": {
|
|
11
|
-
"url": "https://github.com/
|
|
11
|
+
"url": "https://github.com/dpraful/react-native-vision-camera-spoof-detector/issues"
|
|
12
12
|
},
|
|
13
13
|
"license": "JSCON TECHNOLOGIES PVT LTD",
|
|
14
14
|
"author": {
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"types": "index.d.ts",
|
|
29
29
|
"files": [
|
|
30
30
|
"android/",
|
|
31
|
+
".gitattributes",
|
|
32
|
+
".gitignore",
|
|
31
33
|
".npmignore",
|
|
32
34
|
"CHANGELOG.md",
|
|
33
35
|
"CONTRIBUTING.md",
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
"npm": ">=8.0.0"
|
|
78
80
|
},
|
|
79
81
|
"packageManager": "npm@8.0.0",
|
|
80
|
-
"documentation": "https://github.com/
|
|
82
|
+
"documentation": "https://github.com/dpraful/react-native-vision-camera-spoof-detector/wiki",
|
|
81
83
|
"publishConfig": {
|
|
82
84
|
"access": "public",
|
|
83
85
|
"registry": "https://registry.npmjs.org/"
|