widget@0.1.31
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cap.js/widget",
|
||||
"version": "0.1.30",
|
||||
"version": "0.1.31",
|
||||
"description": "Client-side widget for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
|
||||
"keywords": [
|
||||
"security",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
(() => {
|
||||
const WASM_VERSION = "0.0.6";
|
||||
|
||||
// SSR fix
|
||||
if (typeof window === "undefined") {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user