remix-utils
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -6,3 +6,3 @@ export interface HoneypotInputProps { | ||
} | ||
export interface HonetpotConfig { | ||
export interface HoneypotConfig { | ||
randomizeNameFieldName?: boolean; | ||
@@ -16,5 +16,5 @@ nameFieldName?: string; | ||
export declare class Honeypot { | ||
protected config: HonetpotConfig; | ||
protected config: HoneypotConfig; | ||
private generatedEncryptionSeed; | ||
constructor(config?: HonetpotConfig); | ||
constructor(config?: HoneypotConfig); | ||
getInputProps({ validFromTimestamp, }?: { | ||
@@ -21,0 +21,0 @@ validFromTimestamp?: number | undefined; |
{ | ||
"name": "remix-utils", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"license": "MIT", | ||
@@ -28,2 +28,3 @@ "engines": { | ||
"./client-only": "./build/react/client-only.js", | ||
"./existing-search-params": "./build/react/existing-search-params.js", | ||
"./external-scripts": "./build/react/external-scripts.js", | ||
@@ -138,3 +139,3 @@ "./fetcher-type": "./build/react/fetcher-type.js", | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.12.1", | ||
"@arethetypeswrong/cli": "^0.13.1", | ||
"@remix-run/node": "^2.0.0", | ||
@@ -165,7 +166,7 @@ "@remix-run/react": "^2.0.0", | ||
"eslint-plugin-testing-library": "^6.0.2", | ||
"eslint-plugin-unicorn": "^48.0.1", | ||
"eslint-plugin-unicorn": "^49.0.0", | ||
"happy-dom": "^12.9.0", | ||
"intl-parse-accept-language": "^1.0.0", | ||
"is-ip": "5.0.1", | ||
"msw": "^1.3.2", | ||
"msw": "^2.0.0", | ||
"prettier": "^3.0.3", | ||
@@ -176,3 +177,3 @@ "react": "^18.0.0", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11", | ||
"vite": "^5.0.0", | ||
"vitest": "^0.34.6", | ||
@@ -179,0 +180,0 @@ "zod": "^3.22.4" |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194233
81
3425
2113