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

laravel-precognition

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-precognition - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

2

dist/client.js

@@ -14,3 +14,3 @@ import { isAxiosError, isCancel, default as Axios } from 'axios';

*/
let successResolver = (response) => response.status === 204;
let successResolver = (response) => response.status === 204 && response.headers['precognition-success'] === 'true';
/**

@@ -17,0 +17,0 @@ * The abort controller cache.

{
"name": "laravel-precognition",
"version": "0.4.1",
"version": "0.5.0",
"description": "Laravel Precognition.",

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