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

@types/react-toast-notifications

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-toast-notifications - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

react-toast-notifications/index.d.ts

@@ -17,3 +17,3 @@ // Type definitions for react-toast-notifications 2.0

appearance: AppearanceTypes;
autoDismiss: boolean | number;
autoDismiss: boolean | number; // inherited from ToastProvider
autoDismissTimeout: number; // inherited from ToastProvider

@@ -51,2 +51,3 @@ children: ReactNode;

export interface ToastProviderProps {
autoDismiss?: boolean | number;
autoDismissTimeout?: number;

@@ -53,0 +54,0 @@ children: ReactNode;

{
"name": "@types/react-toast-notifications",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for react-toast-notifications",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "36b665f51d21419c6cc99cfec3de7759374667123403f425bc67156b212540ce",
"typesPublisherContentHash": "13c045ad0ba33703df007987cb13777e8777a7eaddbd6a5eb0202aebea9cc958",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-toast-notifications
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-toast-notifications.
Additional Details
* Last updated: Thu, 07 Nov 2019 19:27:31 GMT
* Dependencies: @types/react
### Additional Details
* Last updated: Mon, 23 Dec 2019 20:03:11 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
* Global values: none
# Credits
These definitions were written by Spencer Elliott <https://github.com/elliottsj>.
These definitions were written by Spencer Elliott (https://github.com/elliottsj).
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