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.35 to 2.1.36

11

toastr/index.d.ts

@@ -323,6 +323,15 @@ // Type definitions for Toastr 2.1.3

/**
* Removes all toasts (without animation)
* Removes toasts (without animation)
*/
remove: {
/**
* Removes all toasts (without animation)
*/
(): void;
/**
* Removes specific toast (without animation)
*
* @param toast Toast to remove
*/
(toast: JQuery): void;
};

@@ -329,0 +338,0 @@ /**

10

toastr/package.json
{
"name": "@types/toastr",
"version": "2.1.35",
"version": "2.1.36",
"description": "TypeScript definitions for Toastr",

@@ -9,9 +9,11 @@ "license": "MIT",

"name": "Boris Yankov",
"url": "https://github.com/borisyankov"
"url": "https://github.com/borisyankov",
"githubUsername": "borisyankov"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -22,4 +24,4 @@ "scripts": {},

},
"typesPublisherContentHash": "d6fa42b96f8f299a8367cf0acc0f91ee1f3e7ecbf75842d6f1f1e4ce64c2c59f",
"typesPublisherContentHash": "be1e6459362a1fff08a2e178e57362cff5a01577206039fb3123e08d5630e361",
"typeScriptVersion": "2.3"
}

@@ -5,10 +5,10 @@ # Installation

# Summary
This package contains type definitions for Toastr (https://github.com/CodeSeven/toastr).
This package contains type definitions for Toastr ( https://github.com/CodeSeven/toastr ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/toastr
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/toastr
Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Dependencies: jquery
* Last updated: Thu, 21 Feb 2019 22:15:43 GMT
* Dependencies: @types/jquery
* Global values: toastr

@@ -15,0 +15,0 @@

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