@types/htmlescape
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,3 +8,3 @@ // Type definitions for htmlescape 1.1 | ||
declare namespace htmlescape { | ||
export function sanitize(s: string): string; | ||
function sanitize(s: string): string; | ||
} | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@types/htmlescape", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for htmlescape", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "9b971075623595b338654e65fe9379fefe6e1b08e7ba42705ef871eca8655209", | ||
"typesPublisherContentHash": "a1fdaffe9edece438a3eeec183e63d4cf6dcc7289b32e42e78cc3d97b0d2170e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 20 Mar 2017 22:04:27 GMT | ||
* Last updated: Fri, 24 Mar 2017 15:49:52 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: htmlescape |
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
1483