Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@inertiajs/core

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inertiajs/core - npm Package Compare versions

Comparing version
2.3.25
to
2.3.26
+6
types/http.d.ts
/**
* Inertia v3 exposes a configurable HTTP client as `http`, but v2 has none.
* Exported as `undefined` here so libraries supporting both majors can
* feature-detect it with a truthy check: `if (http) http.getClient()`.
*/
export declare const http: undefined;
+2
-2
{
"name": "@inertiajs/core",
"version": "2.3.25",
"version": "2.3.26",
"license": "MIT",

@@ -48,3 +48,3 @@ "description": "A framework for creating server-driven single page apps.",

"@types/lodash-es": "^4.17.12",
"axios": "^1.13.5",
"axios": "^1.16.0",
"laravel-precognition": "^1.0.2",

@@ -51,0 +51,0 @@ "lodash-es": "^4.18.1",

@@ -9,2 +9,3 @@ import { Config } from './config';

export { default as createHeadManager } from './head';
export { http } from './http';
export { default as useInfiniteScroll } from './infiniteScroll';

@@ -11,0 +12,0 @@ export { shouldIntercept, shouldNavigate } from './navigationEvents';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display