Socket
Socket
Sign inDemoInstall

@types/react-notify-toast

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.3 to 0.5.4

6

react-notify-toast/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for react-notify-toast 0.5

import * as React from 'react';
import * as React from "react";

@@ -18,5 +18,5 @@ interface reactNotifyToastColor {

text: string,
type?: 'success' | 'error' | 'warning' | 'custom',
type?: "success" | "error" | "warning" | "custom",
timeout?: number,
color?: reactNotifyToastColor
color?: reactNotifyToastColor,
): void;

@@ -23,0 +23,0 @@

{
"name": "@types/react-notify-toast",
"version": "0.5.3",
"version": "0.5.4",
"description": "TypeScript definitions for react-notify-toast",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-notify-toast",

},
"typesPublisherContentHash": "e71f412056f5b887218570ae0ae18ec5353259c6a71aab07705e5eedc2ecc13c",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "3336f947ac0370fc57d3887c36006361063bf5806272bf23ed934e0ea0d0d939",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import * as React from 'react';
import * as React from "react";

@@ -28,5 +28,5 @@ interface reactNotifyToastColor {

text: string,
type?: 'success' | 'error' | 'warning' | 'custom',
type?: "success" | "error" | "warning" | "custom",
timeout?: number,
color?: reactNotifyToastColor
color?: reactNotifyToastColor,
): void;

@@ -59,3 +59,3 @@

### Additional Details
* Last updated: Thu, 08 Jul 2021 22:41:23 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -62,0 +62,0 @@ * Global values: none

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