Socket
Socket
Sign inDemoInstall

@hiogawa/tiny-toast

Package Overview
Dependencies
3
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1-pre.2 to 0.1.1-pre.3

1

dist/preact/index.d.ts

@@ -36,3 +36,2 @@ import { ToastItem, ToastManager, ToastType, ToastPosition } from '../index.js';

info: (this: PreactToastManager, render: MaybeRenderItem, options?: Partial<DefaultOptions> | undefined) => void;
blank: (this: PreactToastManager, render: MaybeRenderItem, options?: Partial<DefaultOptions> | undefined) => void;
custom: (this: PreactToastManager, render: MaybeRenderItem, options?: Partial<DefaultOptions> | undefined) => void;

@@ -39,0 +38,0 @@ }

5

dist/preact/index.js

@@ -918,3 +918,3 @@ // ../../node_modules/.pnpm/preact@10.17.1/node_modules/preact/dist/preact.mjs

alignItems: "center",
padding: "8px 10px",
padding: "10px 10px",
borderRadius: "8px",

@@ -936,3 +936,3 @@ boxShadow: "0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05)"

"div",
{ style: istyle({ padding: "0 0.5rem" }) },
{ style: istyle({ padding: "0 10px" }) },
item.data.render({ h: y, toast, item })

@@ -965,3 +965,2 @@ )

info = createByTypeFactory("info");
blank = createByTypeFactory("blank");
custom = createByTypeFactory("custom");

@@ -968,0 +967,0 @@ };

{
"name": "@hiogawa/tiny-toast",
"version": "0.1.1-pre.2",
"version": "0.1.1-pre.3",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc