react-google-one-tap-extention 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +15 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,12 @@ Ideal for:
40
40
 
41
41
  ---
42
42
 
43
+ ✅ Recommended (README / docs)
44
+
45
+ Note: In our case, Google One Tap was tested and confirmed to work in production environments. It may not function correctly in local development environments, depending on browser settings, HTTPS requirements, and Google account state.
46
+
47
+ ---
48
+
43
49
  ## Installation
44
50
 
45
51
  Using npm:
@@ -201,14 +207,6 @@ MIT
201
207
  - “Why This Package” speaks to CTOs & founders
202
208
  - Sponsor section builds trust + brand recall
203
209
 
204
- If you want next:
205
- - npm **badge section**
206
- - GitHub **Open Graph preview**
207
- - short **landing page copy**
208
- - or auto-generated **TypeScript types**
209
-
210
- Just tell me 🚀
211
-
212
210
 
213
211
  ---
214
212
 
@@ -262,5 +260,14 @@ app.use(cors({
262
260
  }));
263
261
 
264
262
 
263
+ Sponsor
264
+
265
+ This project is sponsored and maintained by Stockbase.
266
+
267
+ 🔗 https://stockbase.pro
268
+
269
+ Stockbase is building next-generation financial and AI-driven platforms focused on speed, security, and user experience.
270
+
271
+
265
272
 
266
273
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-google-one-tap-extention",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"