react-native-vision-camera-spoof-detector 1.0.20 → 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 ADDED
@@ -0,0 +1,2 @@
1
+ # Auto detect text files and perform LF normalization
2
+ * text=auto
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/jescon-tech/react-native-vision-camera-spoof-detector/issues)
131
- - Feature requests: [GitHub Discussions](https://github.com/jescon-tech/react-native-vision-camera-spoof-detector/discussions)
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
 
@@ -140,7 +140,7 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for details on:
140
140
 
141
141
  ## License
142
142
 
143
- MIT License - See [LICENSE](./LICENSE) file for details
143
+ JESCON TECHNOLOGIES PVT LTD License - See [LICENSE](./LICENSE) file for details
144
144
 
145
145
  ---
146
146
 
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 MIT License.
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
 
@@ -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/jescon-tech/react-native-vision-camera-spoof-detector/issues)
267
- - 📝 [GitHub Discussions](https://github.com/jescon-tech/react-native-vision-camera-spoof-detector/discussions)
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
  [![npm version](https://badge.fury.io/js/react-native-vision-camera-spoof-detector.svg)](https://badge.fury.io/js/react-native-vision-camera-spoof-detector)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![GitHub](https://img.shields.io/badge/GitHub-Repository-blue)](https://github.com/jescon-tech/react-native-vision-camera-spoof-detector)
4
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-blue)](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
 
@@ -409,7 +408,7 @@ Contributions welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
409
408
 
410
409
  ## 📄 License
411
410
 
412
- MIT License - see [LICENSE](./LICENSE) file for details.
411
+ JESCON TECHNOLOGIES PVT LTD License - see [LICENSE](./LICENSE) file for details.
413
412
 
414
413
  ## 👨‍💼 Author
415
414
 
@@ -421,14 +420,14 @@ MIT 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/jescon-tech/react-native-vision-camera-spoof-detector)
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/jescon-tech/react-native-vision-camera-spoof-detector/issues)
431
- - 💬 [GitHub Discussions](https://github.com/jescon-tech/react-native-vision-camera-spoof-detector/discussions)
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
File without changes
@@ -0,0 +1,2 @@
1
+ #Tue Mar 24 10:42:21 IST 2026
2
+ gradle.version=8.9
File without changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "react-native-vision-camera-spoof-detector",
3
- "version": "1.0.20",
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/jescon-tech/react-native-vision-camera-spoof-detector",
5
+ "homepage": "https://github.com/dpraful/react-native-vision-camera-spoof-detector",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/jescon-tech/react-native-vision-camera-spoof-detector.git"
8
+ "url": "https://github.com/dpraful/react-native-vision-camera-spoof-detector.git"
9
9
  },
10
10
  "bugs": {
11
- "url": "https://github.com/jescon-tech/react-native-vision-camera-spoof-detector/issues"
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/jescon-tech/react-native-vision-camera-spoof-detector/wiki",
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/"