You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

remix-toast

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-toast - npm Package Compare versions

Comparing version

to
1.2.2

3

dist/index.d.ts

@@ -8,2 +8,3 @@ import * as _remix_run_server_runtime from '@remix-run/server-runtime';

description: z.ZodOptional<z.ZodString>;
duration: z.ZodOptional<z.ZodNumber>;
type: z.ZodType<"info" | "success" | "error" | "warning", z.ZodTypeDef, "info" | "success" | "error" | "warning">;

@@ -14,2 +15,3 @@ }, "strip", z.ZodTypeAny, {

description?: string | undefined;
duration?: number | undefined;
}, {

@@ -19,2 +21,3 @@ message: string;

description?: string | undefined;
duration?: number | undefined;
}>;

@@ -21,0 +24,0 @@ type ToastMessage = z.infer<typeof toastMessageSchema>;

@@ -14,2 +14,3 @@ // src/index.ts

description: z.string().optional(),
duration: z.number().int().positive().optional(),
type: z.custom()

@@ -16,0 +17,0 @@ });

2

package.json
{
"name": "remix-toast",
"version": "1.2.1",
"version": "1.2.2",
"description": "Utility functions for server-side toast notifications",

@@ -5,0 +5,0 @@ "type": "module",

@@ -6,2 +6,3 @@ # Remix Toast

![npm](https://img.shields.io/npm/dy/remix-toast?style=plastic)
![npm](https://img.shields.io/npm/dw/remix-toast?style=plastic)
![GitHub top language](https://img.shields.io/github/languages/top/Code-Forge-Net/remix-toast?style=plastic)

@@ -8,0 +9,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet