@types/toastr
Advanced tools
Comparing version 2.1.30 to 2.1.31
@@ -1,2 +0,2 @@ | ||
// Type definitions for Toastr 2.1.1 | ||
// Type definitions for Toastr 2.1.3 | ||
// Project: https://github.com/CodeSeven/toastr | ||
@@ -136,2 +136,6 @@ // Definitions by: Boris Yankov <https://github.com/borisyankov/> | ||
allowHtml?: boolean; | ||
/** | ||
* Set if toastr should escape html | ||
**/ | ||
escapeHtml?: boolean; | ||
} | ||
@@ -138,0 +142,0 @@ |
{ | ||
"name": "@types/toastr", | ||
"version": "2.1.30", | ||
"description": "TypeScript definitions for Toastr 2.1.1", | ||
"version": "2.1.31", | ||
"description": "TypeScript definitions for Toastr 2.1.3", | ||
"license": "MIT", | ||
@@ -16,4 +16,5 @@ "author": "Boris Yankov <https://github.com/borisyankov/>", | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "5fcd3a517ec2f37c54cd919d3180fb40c9fd5a44de8bc495dfe57efb1b832420" | ||
"typesPublisherContentHash": "23e3d7ea30964a5f13308ad10d633bebf25c83aa34f1f34bb1d010b122582b90" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Toastr 2.1.1 (https://github.com/CodeSeven/toastr). | ||
This package contains type definitions for Toastr 2.1.3 (https://github.com/CodeSeven/toastr). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* Last updated: Mon, 14 Nov 2016 19:35:02 GMT | ||
* File structure: Mixed | ||
@@ -15,0 +15,0 @@ * Library Dependencies: jquery |
@@ -8,5 +8,5 @@ { | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "2", | ||
"libraryMinorVersion": "1", | ||
"libraryName": "Toastr 2.1.1", | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 1, | ||
"libraryName": "Toastr 2.1.3", | ||
"typingsPackageName": "toastr", | ||
@@ -27,3 +27,3 @@ "projectName": "https://github.com/CodeSeven/toastr", | ||
"hasPackageJson": false, | ||
"contentHash": "5fcd3a517ec2f37c54cd919d3180fb40c9fd5a44de8bc495dfe57efb1b832420" | ||
"contentHash": "23e3d7ea30964a5f13308ad10d633bebf25c83aa34f1f34bb1d010b122582b90" | ||
} |
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
6742
239