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

laravel-precognition-react-inertia

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-precognition-react-inertia - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

dist/index.js

@@ -79,2 +79,6 @@ import { toSimpleValidationErrors } from 'laravel-precognition';

},
forgetError(name) {
precognitiveForm.forgetError(name);
return this;
},
validate(name) {

@@ -89,2 +93,6 @@ precognitiveForm.setData(inertiaForm.data);

},
validateFiles() {
precognitiveForm.validateFiles();
return this;
},
submit(submitMethod = {}, submitUrl, submitOptions) {

@@ -91,0 +99,0 @@ const isPatchedCall = typeof submitMethod !== 'string';

2

package.json
{
"name": "laravel-precognition-react-inertia",
"version": "0.2.1",
"version": "0.2.2",
"description": "Laravel Precognition (React w/ Inertia).",

@@ -5,0 +5,0 @@ "keywords": [

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