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

@hybridly/utils

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/utils - npm Package Compare versions

Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.14

9

dist/index.d.ts

@@ -19,3 +19,3 @@ import makeDebugger from 'debug';

private html;
private animationDurationInMs;
private id;
private main;

@@ -26,5 +26,6 @@ private overlay;

private hideOnEscape?;
constructor(html: string, animationDurationInMs?: number);
static fromException(response: string): Modal;
static forPageComponent(component: string): Modal;
private animationDurationInMs;
constructor(html: string, id: string);
static fromException(response: string, id: string): Modal;
static forPageComponent(component: string, id: string): Modal;
initializeDOM(): false | undefined;

@@ -31,0 +32,0 @@ show(): void;

{
"name": "@hybridly/utils",
"version": "0.0.1-alpha.13",
"version": "0.0.1-alpha.14",
"description": "A solution to develop server-driven, client-rendered applications",

@@ -5,0 +5,0 @@ "keywords": [

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