@types/highlight.js
Advanced tools
Comparing version 9.1.10 to 9.12.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for highlight.js v9.1.0 | ||
// Type definitions for highlight.js v9.12 | ||
// Project: https://github.com/isagalaev/highlight.js | ||
@@ -12,3 +12,3 @@ // Definitions by: Niklas Mollenhauer <https://github.com/nikeee>, Jeremy Hull <https://github.com/sourrust> | ||
ignore_illegals?: boolean, | ||
continuation?: boolean) : IHighlightResult; | ||
continuation?: ICompiledMode) : IHighlightResult; | ||
export function highlightAuto( | ||
@@ -160,2 +160,2 @@ value: string, | ||
export = hljs; | ||
} | ||
} |
{ | ||
"name": "@types/highlight.js", | ||
"version": "9.1.10", | ||
"version": "9.12.0", | ||
"description": "TypeScript definitions for highlight.js", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Niklas Mollenhauer", | ||
"url": "https://github.com/nikeee" | ||
"url": "https://github.com/nikeee", | ||
"githubUsername": "nikeee" | ||
}, | ||
{ | ||
"name": "Jeremy Hull", | ||
"url": "https://github.com/sourrust" | ||
"url": "https://github.com/sourrust", | ||
"githubUsername": "sourrust" | ||
} | ||
@@ -24,4 +26,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5a7160bb79bac1bdab31814d6de66d5c95ed8458b4b5ca4b121fff02daa805d3", | ||
"typesPublisherContentHash": "a7f51b6d5d17935cb3667ac150e50d918ea7862440670b679577717bef26f2c9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Last updated: Fri, 10 Nov 2017 21:46:06 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: hljs |
Sorry, the diff of this file is not supported yet
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
6607
138