@types/htmlescape
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,6 +0,1 @@ | ||
// Type definitions for htmlescape 1.1 | ||
// Project: https://github.com/zertosh/htmlescape | ||
// Definitions by: bouzuya <http://bouzuya.net> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function htmlescape(o: any): string; | ||
@@ -7,0 +2,0 @@ declare namespace htmlescape { |
{ | ||
"name": "@types/htmlescape", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript definitions for htmlescape", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/htmlescape", | ||
"license": "MIT", | ||
@@ -13,11 +14,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/htmlescape" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a1fdaffe9edece438a3eeec183e63d4cf6dcc7289b32e42e78cc3d97b0d2170e", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "6bc1681af1ea6d7a18a5c993260a4c079127dab1761d82ae81c130997ead1a1c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,20 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/htmlescape | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/htmlescape. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/htmlescape/index.d.ts) | ||
````ts | ||
declare function htmlescape(o: any): string; | ||
declare namespace htmlescape { | ||
function sanitize(s: string): string; | ||
} | ||
Additional Details | ||
* Last updated: Fri, 24 Mar 2017 15:49:52 GMT | ||
export = htmlescape; | ||
export as namespace htmlescape; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: htmlescape | ||
# Credits | ||
These definitions were written by bouzuya <http://bouzuya.net>. | ||
These definitions were written by [bouzuya](http://bouzuya.net). |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2819
4
0
27
6