@types/toastr
Advanced tools
Comparing version 2.1.31 to 2.1.32
@@ -190,2 +190,8 @@ // Type definitions for Toastr 2.1.3 | ||
/** | ||
* Removes all toasts (without animation) | ||
*/ | ||
remove: { | ||
(): void; | ||
}; | ||
/** | ||
* Create an error toast | ||
@@ -192,0 +198,0 @@ */ |
{ | ||
"name": "@types/toastr", | ||
"version": "2.1.31", | ||
"description": "TypeScript definitions for Toastr 2.1.3", | ||
"version": "2.1.32", | ||
"description": "TypeScript definitions for Toastr", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "author": "Boris Yankov <https://github.com/borisyankov/>", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "23e3d7ea30964a5f13308ad10d633bebf25c83aa34f1f34bb1d010b122582b90" | ||
"typesPublisherContentHash": "dbb886aa0a5ddaca0dbbe93e918e057090ac7a4e5c784401ce1f7c3196d768f1" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Toastr 2.1.3 (https://github.com/CodeSeven/toastr). | ||
This package contains type definitions for Toastr (https://github.com/CodeSeven/toastr). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 14 Nov 2016 19:35:02 GMT | ||
* Last updated: Mon, 28 Nov 2016 16:28:40 GMT | ||
* File structure: Mixed | ||
@@ -15,0 +15,0 @@ * Library Dependencies: jquery |
@@ -10,3 +10,3 @@ { | ||
"libraryMinorVersion": 1, | ||
"libraryName": "Toastr 2.1.3", | ||
"libraryName": "Toastr", | ||
"typingsPackageName": "toastr", | ||
@@ -27,3 +27,3 @@ "projectName": "https://github.com/CodeSeven/toastr", | ||
"hasPackageJson": false, | ||
"contentHash": "23e3d7ea30964a5f13308ad10d633bebf25c83aa34f1f34bb1d010b122582b90" | ||
"contentHash": "dbb886aa0a5ddaca0dbbe93e918e057090ac7a4e5c784401ce1f7c3196d768f1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6808
245