@types/showdown
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -383,4 +383,7 @@ // Type definitions for Showdown 1.7.3 | ||
* Setting a "global" option affects all instances of showdown | ||
* | ||
* @param optionKey | ||
* @param value | ||
*/ | ||
function setOption(optionKey: string, value: string): void; | ||
function setOption(optionKey: string, value: any): void; | ||
@@ -387,0 +390,0 @@ /** |
{ | ||
"name": "@types/showdown", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "TypeScript definitions for Showdown", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "adc76ce74875c71f1ef98ed072d249c7e408867dabd9674b4a57d1c879c3dde8", | ||
"typesPublisherContentHash": "57dcc8950f720ba516196e8e4cf122aeb0d72bbde911b71028d527568eba618a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 31 May 2018 20:09:03 GMT | ||
* Last updated: Wed, 27 Jun 2018 18:10:43 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: showdown |
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
16114
408