Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remix-utils

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-utils - npm Package Compare versions

Comparing version 7.1.0 to 7.2.0

build/react/existing-search-params.d.ts

6

build/server/honeypot.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc