Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hybridly/core

Package Overview
Dependencies
Maintainers
1
Versions
76
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.4 to 0.0.1-alpha.5

6

dist/index.d.ts

@@ -36,3 +36,3 @@ import { RequestData } from '@hybridly/utils';

/**
* Called when a response to a request is not a valid Hybridly response.
* Called when a response to a request is not a valid hybrid response.
*/

@@ -314,3 +314,3 @@ invalid: (response: AxiosResponse) => MaybePromise<void>;

* your application. Make sure the routes you call return a
* hybridly response, otherwise you need to call `external`.
* hybrid response, otherwise you need to call `external`.
*

@@ -334,3 +334,3 @@ * @example

declare const STORAGE_EXTERNAL_KEY = "hybridly:external";
declare const HYBRIDLY_HEADER = "x-hybridly";
declare const HYBRIDLY_HEADER = "x-hybrid";
declare const EXTERNAL_VISIT_HEADER: string;

@@ -337,0 +337,0 @@ declare const PARTIAL_COMPONENT_HEADER: string;

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

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

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

@@ -46,0 +46,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