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

svelte-awaitable-dialog

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-awaitable-dialog - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

dist/index.d.ts
export default AwaitableDialog;
export { default as AwaitableDialog } from "./components/AwaitableDialog.svelte";
import AwaitableDialog from './components/AwaitableDialog.svelte';
export { openDialog, rejectDialog, resolveDialog, closeDialog } from "./helpers";

@@ -5,2 +5,3 @@ import AwaitableDialog from './components/AwaitableDialog.svelte'

export { openDialog, rejectDialog, resolveDialog, closeDialog } from './helpers'
export { default as AwaitableDialog } from './components/AwaitableDialog.svelte'

2

package.json
{
"name": "svelte-awaitable-dialog",
"description": "Svelte dialog modals information and confirmation from which can be awaited in functions",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",

@@ -6,0 +6,0 @@ "exports": {

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