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 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
@@ -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
 
@@ -1,2 +1,2 @@
1
- #Tue Mar 24 10:07:18 IST 2026
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.19",
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": {