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.1.0-alpha.6 to 0.1.0-alpha.7

7

dist/index.d.ts

@@ -90,2 +90,7 @@ import { RequestData } from '@hybridly/utils';

interface CloseDialogOptions extends HybridRequestOptions {
/**
* Close the dialog without a round-trip to the server.
* @default false
*/
local?: boolean;
}

@@ -110,2 +115,4 @@

interface ComponentNavigationOptions {
/** Dialog data. */
dialog?: Dialog | false;
/** Name of the component to use. */

@@ -112,0 +119,0 @@ component?: string;

4

package.json
{
"name": "@hybridly/core",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Core functionality of Hybridly",

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

"superjson": "^1.12.2",
"@hybridly/utils": "0.1.0-alpha.6"
"@hybridly/utils": "0.1.0-alpha.7"
},

@@ -44,0 +44,0 @@ "devDependencies": {

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