Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/htmlescape

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/htmlescape - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

htmlescape/LICENSE

5

htmlescape/index.d.ts

@@ -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 {

12

htmlescape/package.json
{
"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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc