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

@inertiajs/core

Package Overview
Dependencies
Maintainers
6
Versions
36
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 1.0.3 to 1.0.4

2

package.json
{
"name": "@inertiajs/core",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",

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

@@ -24,2 +24,3 @@ import { AxiosProgressEvent, AxiosResponse } from 'axios';

version: string | null;
/** @internal */
scrollRegions: Array<{

@@ -29,4 +30,4 @@ top: number;

}>;
/** @internal */
rememberedState: Record<string, unknown>;
resolvedErrors: Errors;
}

@@ -33,0 +34,0 @@ export type PageResolver = (name: string) => Component;

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