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

@hybridly/core

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hybridly/core - npm Package Compare versions

Comparing version 0.0.1-alpha.7 to 0.0.1-alpha.8

11

dist/index.d.ts
import { RequestData } from '@hybridly/utils';
import { AxiosResponse, AxiosProgressEvent } from 'axios';
import { AxiosResponse, Axios, AxiosProgressEvent } from 'axios';

@@ -81,2 +81,4 @@ declare type MaybePromise<T> = T | Promise<T>;

plugins?: Plugin[];
/** The Axios instance. */
axios?: Axios;
}

@@ -107,2 +109,4 @@ /** Router context. */

hooks: Partial<Record<keyof Hooks, Array<Function>>>;
/** The Axios instance. */
axios: Axios;
}

@@ -217,2 +221,7 @@ /** Router context. */

useFormData?: boolean;
/**
* If `false`, disable automatic form spoofing.
* @see https://laravel.com/docs/9.x/routing#form-method-spoofing
*/
spoof?: boolean;
}

@@ -219,0 +228,0 @@ interface NavigationResponse {

5

package.json
{
"name": "@hybridly/core",
"version": "0.0.1-alpha.7",
"version": "0.0.1-alpha.8",
"description": "A solution to develop server-driven, client-rendered applications",

@@ -39,7 +39,6 @@ "keywords": [

"dependencies": {
"@hybridly/utils": "0.0.1-alpha.7",
"@hybridly/utils": "0.0.1-alpha.8",
"qs": "^6.11.0"
},
"devDependencies": {
"axios": "^1.1.3",
"defu": "^6.1.0"

@@ -46,0 +45,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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