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

react-toastify

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-toastify - npm Package Compare versions

Comparing version 10.0.7-3 to 10.0.7-4

4

dist/index.d.ts

@@ -173,4 +173,6 @@ import * as React from 'react';

* Called when toast is unmounted.
* The callback first argument is the closure reason.
* It is "true" when the notification is closed by a user action like clicking on the close button.
*/
onClose?: (removedByUser: true | undefined) => void;
onClose?: (reason?: boolean | string) => void;
/**

@@ -177,0 +179,0 @@ * An optional inline style to apply.

{
"version": "10.0.7-3",
"version": "10.0.7-4",
"license": "MIT",

@@ -4,0 +4,0 @@ "description": "React notification made easy",

Sorry, the diff of this file is not supported yet

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