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

@types/toastr

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/toastr - npm Package Compare versions

Comparing version 2.1.40 to 2.1.41

14

toastr/index.d.ts

@@ -119,3 +119,3 @@ // Type definitions for Toastr 2.1.3

onHidden?: (() => void) | undefined;
/**
/**
* Time in milliseconds the toast should be displayed after leaving mouse over.

@@ -234,3 +234,3 @@ * Set timeOut and extendedTimeOut to 0 to make it sticky.

type ToastrType = 'error'|'info'|'success'|'warning';
type ToastrType = "error" | "info" | "success" | "warning";

@@ -241,3 +241,3 @@ interface ToastMap {

*/
type: ToastrType;
type: ToastrType;
/**

@@ -269,3 +269,3 @@ * The toast message.

*/
state: 'visible'|'hidden';
state: "visible" | "hidden";
/**

@@ -300,3 +300,3 @@ * The datetime the toast was opened.

*/
(toast?: JQuery, clearOptions?: {force: boolean}): void;
(toast?: JQuery, clearOptions?: { force: boolean }): void;
};

@@ -351,3 +351,3 @@ /**

*/
(options?: ToastrOptions): JQuery,
(options?: ToastrOptions): JQuery;
/**

@@ -360,3 +360,3 @@ * Get the container by options.containerId.

*/
(options: ToastrOptions, create: boolean): JQuery,
(options: ToastrOptions, create: boolean): JQuery;
};

@@ -363,0 +363,0 @@ /**

{
"name": "@types/toastr",
"version": "2.1.40",
"version": "2.1.41",
"description": "TypeScript definitions for Toastr",

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

},
"typesPublisherContentHash": "cebb37f45b3b2421bf444a2b255a6e07256897669be7b97718b77a7d7399af44",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "c3e974aff4d23116ed4a7bbd80739742478173e2894c7f317af87e71a6665277",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 15 Aug 2022 19:32:38 GMT
* Last updated: Tue, 12 Sep 2023 12:34:46 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery)

@@ -14,0 +14,0 @@ * Global values: `toastr`

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