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.5 to 0.0.1-alpha.6

4

dist/index.d.ts

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

*/
transformUrl?: UrlTransformable;
transformUrl?: UrlTransformable | ((url: string) => UrlTransformable);
/**

@@ -368,2 +368,2 @@ * Defines whether the history state should be updated.

export { Authorizable, MaybePromise, Method, Plugin, ResolveComponent, Router, RouterContext, RouterContextOptions, UrlResolvable, VisitOptions, VisitPayload, VisitResponse, can, constants, createRouter, definePlugin, getRouterContext, makeUrl, registerHook, registerHookOnce, router, sameUrls };
export { Authorizable, MaybePromise, Method, Plugin, Progress, ResolveComponent, Router, RouterContext, RouterContextOptions, UrlResolvable, VisitOptions, VisitPayload, VisitResponse, can, constants, createRouter, definePlugin, getRouterContext, makeUrl, registerHook, registerHookOnce, router, sameUrls };
{
"name": "@hybridly/core",
"version": "0.0.1-alpha.5",
"version": "0.0.1-alpha.6",
"description": "A solution to develop server-driven, client-rendered applications",

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

"dependencies": {
"@hybridly/utils": "0.0.1-alpha.5",
"@hybridly/utils": "0.0.1-alpha.6",
"qs": "^6.11.0"

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