New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

laravel-precognition-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-precognition-react - npm Package Compare versions

Comparing version

to
0.7.2

import { client, RequestMethod, ValidationConfig } from 'laravel-precognition';
import { Form } from './types.js';
export { client };
export { client, Form };
export declare const useForm: <Data extends Record<string, unknown>>(method: RequestMethod | (() => RequestMethod), url: string | (() => string), input: Data, config?: ValidationConfig) => Form<Data>;
{
"name": "laravel-precognition-react",
"version": "0.7.1",
"version": "0.7.2",
"description": "Laravel Precognition (React).",

@@ -33,3 +33,3 @@ "keywords": [

"dependencies": {
"laravel-precognition": "0.7.1",
"laravel-precognition": "0.7.2",
"lodash-es": "^4.17.21"

@@ -36,0 +36,0 @@ },