@prosopo/react-procaptcha-integration-demo 1.1.40 → 1.1.76
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/.turbo/turbo-build$colon$cjs.log +3 -3
- package/.turbo/turbo-build.log +8 -4
- package/CHANGELOG.md +186 -0
- package/dist/cjs/integrationDemo.cjs +0 -1
- package/dist/integrationDemo.js +0 -1
- package/package.json +12 -6
- package/src/app.tsx +36 -0
- package/src/index.ts +17 -0
- package/src/integrationDemo.tsx +39 -0
- package/tsconfig.cjs.json +21 -0
- package/tsconfig.json +27 -0
- package/tsconfig.types.json +9 -0
- package/vite.cjs.config.ts +1 -1
- package/vite.config.ts +1 -1
- package/vite.esm.config.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @prosopo/react-procaptcha-integration-demo@1.1.
|
|
2
|
+
> @prosopo/react-procaptcha-integration-demo@1.1.76 build:cjs
|
|
3
3
|
> NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
|
|
4
4
|
|
|
5
5
|
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
@@ -51,5 +51,5 @@ Build end
|
|
|
51
51
|
rendering chunks...
|
|
52
52
|
[2mdist/cjs/[22m[36mindex.cjs [39m[1m[2m0.07 kB[22m[1m[22m
|
|
53
53
|
[2mdist/cjs/[22m[36mapp.cjs [39m[1m[2m0.68 kB[22m[1m[22m
|
|
54
|
-
[2mdist/cjs/[22m[36mintegrationDemo.cjs [39m[1m[2m0.
|
|
55
|
-
[32m✓ built in
|
|
54
|
+
[2mdist/cjs/[22m[36mintegrationDemo.cjs [39m[1m[2m0.69 kB[22m[1m[22m
|
|
55
|
+
[32m✓ built in 129ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
> @prosopo/react-procaptcha-integration-demo@1.1.
|
|
3
|
-
>
|
|
2
|
+
> @prosopo/react-procaptcha-integration-demo@1.1.76 build
|
|
3
|
+
> npm run build:cross-env -- --mode ${NODE_ENV:-development}
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @prosopo/react-procaptcha-integration-demo@1.1.76 build:cross-env
|
|
7
|
+
> vite build --config vite.esm.config.ts --mode production
|
|
4
8
|
|
|
5
9
|
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
6
10
|
|
|
@@ -50,6 +54,6 @@ Build end
|
|
|
50
54
|
[32m✓[39m 3 modules transformed.
|
|
51
55
|
rendering chunks...
|
|
52
56
|
[2mdist/[22m[36mindex.js [39m[1m[2m0.05 kB[22m[1m[22m
|
|
57
|
+
[2mdist/[22m[36mintegrationDemo.js [39m[1m[2m0.53 kB[22m[1m[22m
|
|
53
58
|
[2mdist/[22m[36mapp.js [39m[1m[2m0.56 kB[22m[1m[22m
|
|
54
|
-
[
|
|
55
|
-
[32m✓ built in 168ms[39m
|
|
59
|
+
[32m✓ built in 152ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,191 @@
|
|
|
1
1
|
# @prosopo/react-procaptcha-integration-demo
|
|
2
2
|
|
|
3
|
+
## 1.1.76
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- @prosopo/react-procaptcha-wrapper@1.1.76
|
|
7
|
+
|
|
8
|
+
## 1.1.75
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- @prosopo/react-procaptcha-wrapper@1.1.75
|
|
12
|
+
|
|
13
|
+
## 1.1.74
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @prosopo/react-procaptcha-wrapper@1.1.74
|
|
17
|
+
|
|
18
|
+
## 1.1.73
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- @prosopo/react-procaptcha-wrapper@1.1.73
|
|
22
|
+
|
|
23
|
+
## 1.1.72
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- @prosopo/react-procaptcha-wrapper@1.1.72
|
|
27
|
+
|
|
28
|
+
## 1.1.71
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- @prosopo/react-procaptcha-wrapper@1.1.71
|
|
32
|
+
|
|
33
|
+
## 1.1.70
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- @prosopo/react-procaptcha-wrapper@1.1.70
|
|
37
|
+
|
|
38
|
+
## 1.1.69
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- @prosopo/react-procaptcha-wrapper@1.1.69
|
|
42
|
+
|
|
43
|
+
## 1.1.68
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- @prosopo/react-procaptcha-wrapper@1.1.68
|
|
47
|
+
|
|
48
|
+
## 1.1.67
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- @prosopo/react-procaptcha-wrapper@1.1.67
|
|
52
|
+
|
|
53
|
+
## 1.1.66
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- @prosopo/react-procaptcha-wrapper@1.1.66
|
|
57
|
+
|
|
58
|
+
## 1.1.65
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- @prosopo/react-procaptcha-wrapper@1.1.65
|
|
62
|
+
|
|
63
|
+
## 1.1.64
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- @prosopo/react-procaptcha-wrapper@1.1.64
|
|
67
|
+
|
|
68
|
+
## 1.1.63
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- @prosopo/react-procaptcha-wrapper@1.1.63
|
|
72
|
+
|
|
73
|
+
## 1.1.62
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- @prosopo/react-procaptcha-wrapper@1.1.62
|
|
77
|
+
|
|
78
|
+
## 1.1.61
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- @prosopo/react-procaptcha-wrapper@1.1.61
|
|
82
|
+
|
|
83
|
+
## 1.1.60
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- @prosopo/react-procaptcha-wrapper@1.1.60
|
|
87
|
+
|
|
88
|
+
## 1.1.59
|
|
89
|
+
### Patch Changes
|
|
90
|
+
|
|
91
|
+
- @prosopo/react-procaptcha-wrapper@1.1.59
|
|
92
|
+
|
|
93
|
+
## 1.1.58
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- @prosopo/react-procaptcha-wrapper@1.1.58
|
|
97
|
+
|
|
98
|
+
## 1.1.57
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- @prosopo/react-procaptcha-wrapper@1.1.57
|
|
102
|
+
|
|
103
|
+
## 1.1.56
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- @prosopo/react-procaptcha-wrapper@1.1.56
|
|
107
|
+
|
|
108
|
+
## 1.1.55
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- @prosopo/react-procaptcha-wrapper@1.1.55
|
|
112
|
+
|
|
113
|
+
## 1.1.54
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- @prosopo/react-procaptcha-wrapper@1.1.54
|
|
117
|
+
|
|
118
|
+
## 1.1.53
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- @prosopo/react-procaptcha-wrapper@1.1.53
|
|
122
|
+
|
|
123
|
+
## 1.1.52
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- @prosopo/react-procaptcha-wrapper@1.1.52
|
|
127
|
+
|
|
128
|
+
## 1.1.51
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- @prosopo/react-procaptcha-wrapper@1.1.51
|
|
132
|
+
|
|
133
|
+
## 1.1.50
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- @prosopo/react-procaptcha-wrapper@1.1.50
|
|
137
|
+
|
|
138
|
+
## 1.1.49
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- @prosopo/react-procaptcha-wrapper@1.1.49
|
|
142
|
+
|
|
143
|
+
## 1.1.48
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- @prosopo/react-procaptcha-wrapper@1.1.48
|
|
147
|
+
|
|
148
|
+
## 1.1.47
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- @prosopo/react-procaptcha-wrapper@1.1.47
|
|
152
|
+
|
|
153
|
+
## 1.1.46
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- @prosopo/react-procaptcha-wrapper@1.1.46
|
|
157
|
+
|
|
158
|
+
## 1.1.45
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- @prosopo/react-procaptcha-wrapper@1.1.45
|
|
162
|
+
|
|
163
|
+
## 1.1.44
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- 0a38892: feat/cross-os-testing
|
|
167
|
+
- a8faa9a: bump license year
|
|
168
|
+
- 3acc333: Release 3.3.0
|
|
169
|
+
- Updated dependencies [0a38892]
|
|
170
|
+
- Updated dependencies [a8faa9a]
|
|
171
|
+
- Updated dependencies [3acc333]
|
|
172
|
+
- @prosopo/react-procaptcha-wrapper@1.1.44
|
|
173
|
+
|
|
174
|
+
## 1.1.43
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- @prosopo/react-procaptcha-wrapper@1.1.43
|
|
178
|
+
|
|
179
|
+
## 1.1.42
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- @prosopo/react-procaptcha-wrapper@1.1.42
|
|
183
|
+
|
|
184
|
+
## 1.1.41
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- @prosopo/react-procaptcha-wrapper@1.1.41
|
|
188
|
+
|
|
3
189
|
## 1.1.40
|
|
4
190
|
### Patch Changes
|
|
5
191
|
|
package/dist/integrationDemo.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/react-procaptcha-integration-demo",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.76",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^24",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "
|
|
19
|
+
"build": "npm run build:cross-env -- --mode ${NODE_ENV:-development}",
|
|
20
|
+
"build:cross-env": "vite build --config vite.esm.config.ts",
|
|
20
21
|
"build:cjs": "NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV",
|
|
21
22
|
"typecheck": "tsc --project tsconfig.types.json",
|
|
22
23
|
"bundle": "NODE_ENV=${NODE_ENV:-development}; vite build --config vite.config.ts --mode $NODE_ENV",
|
|
@@ -24,13 +25,13 @@
|
|
|
24
25
|
"clean": "del-cli --verbose dist tsconfig.tsbuildinfo"
|
|
25
26
|
},
|
|
26
27
|
"dependencies": {
|
|
27
|
-
"@prosopo/react-procaptcha-wrapper": "1.1.
|
|
28
|
+
"@prosopo/react-procaptcha-wrapper": "1.1.76",
|
|
28
29
|
"react": "18.3.1",
|
|
29
30
|
"react-dom": "18.3.1"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
|
-
"@prosopo/config": "3.1
|
|
33
|
-
"@prosopo/procaptcha-integration-build-config": "1.1.
|
|
33
|
+
"@prosopo/config": "3.3.1",
|
|
34
|
+
"@prosopo/procaptcha-integration-build-config": "1.1.28",
|
|
34
35
|
"@types/node": "22.10.2",
|
|
35
36
|
"@vitejs/plugin-react": "5.1.0",
|
|
36
37
|
"del-cli": "6.0.0"
|
|
@@ -41,5 +42,10 @@
|
|
|
41
42
|
"url": "https://github.com/prosopo/captcha/issues"
|
|
42
43
|
},
|
|
43
44
|
"homepage": "https://github.com/prosopo/captcha#readme",
|
|
44
|
-
"sideEffects": false
|
|
45
|
+
"sideEffects": false,
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "git+https://github.com/prosopo/captcha.git",
|
|
49
|
+
"directory": "integration/frameworks/react/react-procaptcha-integration-demo"
|
|
50
|
+
}
|
|
45
51
|
}
|
package/src/app.tsx
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// Copyright 2021-2026 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
import ReactDOM from "react-dom/client";
|
|
15
|
+
import { IntegrationDemoComponent } from "./integrationDemo.js";
|
|
16
|
+
|
|
17
|
+
class App {
|
|
18
|
+
public render(): void {
|
|
19
|
+
const rootElement = document.querySelector("#root");
|
|
20
|
+
|
|
21
|
+
if (rootElement) {
|
|
22
|
+
this.renderProcaptcha(rootElement);
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
throw new Error("root element is not found");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
protected renderProcaptcha(rootElement: Element): void {
|
|
30
|
+
const reactRoot = ReactDOM.createRoot(rootElement);
|
|
31
|
+
|
|
32
|
+
reactRoot.render(<IntegrationDemoComponent />);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { App };
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Copyright 2021-2026 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
import { App } from "./app.js";
|
|
16
|
+
|
|
17
|
+
new App().render();
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
// Copyright 2021-2026 Prosopo (UK) Ltd.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
import { ProcaptchaComponent } from "@prosopo/react-procaptcha-wrapper";
|
|
16
|
+
import type { ReactNode } from "react";
|
|
17
|
+
|
|
18
|
+
const IntegrationDemoComponent = (): ReactNode => {
|
|
19
|
+
// @ts-expect-error Env variables will be read by Vite
|
|
20
|
+
const siteKey = import.meta.env.VITE_PROCAPTCHA_SITE_KEY || "";
|
|
21
|
+
|
|
22
|
+
return (
|
|
23
|
+
<ProcaptchaComponent
|
|
24
|
+
siteKey={siteKey}
|
|
25
|
+
language={"en"}
|
|
26
|
+
callback={(token: string): void => {
|
|
27
|
+
console.log("verified", token);
|
|
28
|
+
}}
|
|
29
|
+
htmlAttributes={{
|
|
30
|
+
className: "my-app__procaptcha",
|
|
31
|
+
style: {
|
|
32
|
+
maxWidth: "600px",
|
|
33
|
+
},
|
|
34
|
+
}}
|
|
35
|
+
/>
|
|
36
|
+
);
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export { IntegrationDemoComponent };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"rootDir": "./src",
|
|
5
|
+
"outDir": "./dist",
|
|
6
|
+
"module": "NodeNext",
|
|
7
|
+
"moduleResolution": "NodeNext"
|
|
8
|
+
},
|
|
9
|
+
"include": ["./src"],
|
|
10
|
+
"references": [
|
|
11
|
+
{
|
|
12
|
+
"path": "../../../../dev/config/tsconfig.cjs.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"path": "../react-procaptcha-wrapper"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"path": "../../../procaptcha-integration-build-config"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"rootDir": "./src",
|
|
5
|
+
"outDir": "./dist",
|
|
6
|
+
"module": "NodeNext",
|
|
7
|
+
"moduleResolution": "NodeNext"
|
|
8
|
+
},
|
|
9
|
+
"include": [
|
|
10
|
+
"./src",
|
|
11
|
+
"src/**/*.ts",
|
|
12
|
+
"src/**/*.tsx",
|
|
13
|
+
"src/**/*.json",
|
|
14
|
+
"src/**/*.d.ts"
|
|
15
|
+
],
|
|
16
|
+
"references": [
|
|
17
|
+
{
|
|
18
|
+
"path": "../../../../dev/config/tsconfig.json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"path": "../react-procaptcha-wrapper"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "../../../procaptcha-integration-build-config"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
package/vite.cjs.config.ts
CHANGED
package/vite.config.ts
CHANGED
package/vite.esm.config.ts
CHANGED