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

@types/escape-html

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/escape-html - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

escape-html/index.d.ts

@@ -23,4 +23,4 @@ // Type definitions for escape-html 1.0

*/
declare function escapeHTML(text: string): string;
declare function escapeHTML(text?: string | null): string;
export = escapeHTML;
{
"name": "@types/escape-html",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for escape-html",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "f158025e9cf23c79417dee74255bdf67ecbbb1333f6ae0bffc97798f7865048e",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "53070449b394a2b3c117c5a7ef59539aa16b021dd349f1cd997ccd25f7787e4c",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 13 May 2020 16:10:29 GMT
* Last updated: Tue, 20 Apr 2021 20:31:19 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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