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 CHANGED
@@ -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
 
package/README.md CHANGED
@@ -1,7 +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)
4
+ [![License: JESCON TECHNOLOGIES PVT LTD](https://img.shields.io/badge/License-JESCON TECHNOLOGIES PVT LTD-yellow.svg)](https://opensource.org/licenses/JESCON TECHNOLOGIES PVT LTD)
5
5
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-blue)](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
- MIT License - see [LICENSE](./LICENSE) file for details.
412
+ JESCON TECHNOLOGIES PVT LTD License - see [LICENSE](./LICENSE) file for details.
413
413
 
414
414
  ## 👨‍💼 Author
415
415
 
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,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-vision-camera-spoof-detector",
3
- "version": "1.0.20",
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": {