Socket
Socket
Sign inDemoInstall

@types/html-escaper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/html-escaper - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

html-escaper/index.d.ts

@@ -1,7 +0,2 @@

// Type definitions for html-escaper 3.0
// Project: https://github.com/WebReflection/html-escaper
// Definitions by: panManfredini <https://github.com/panManfredini>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function escape(str: string): string;
export function unescape(str: string): string;

11

html-escaper/package.json
{
"name": "@types/html-escaper",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for html-escaper",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper",
"license": "MIT",

@@ -9,4 +10,4 @@ "contributors": [

"name": "panManfredini",
"url": "https://github.com/panManfredini",
"githubUsername": "panManfredini"
"githubUsername": "panManfredini",
"url": "https://github.com/panManfredini"
}

@@ -23,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "01af3375a0c9363adce3d09b2a97b4ef8c0ed9893047379779ecf1336bcce1d2",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "1829103032e5e7f25f69ef927729d3686aa8bab3ff4c1cf97c9aff23519b9c9d",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,14 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper/index.d.ts)
````ts
export function escape(str: string): string;
export function unescape(str: string): string;
````
### Additional Details
* Last updated: Wed, 13 May 2020 22:35:37 GMT
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [panManfredini](https://github.com/panManfredini).
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