New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/html-escaper

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/html-escaper - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

html-escaper/index.d.cts

3

html-escaper/index.d.ts

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

export function escape(str: string): string;
export function unescape(str: string): string;
export { escape, unescape } from "./index.d.cjs";
{
"name": "@types/html-escaper",
"version": "3.0.2",
"version": "3.0.3",
"description": "TypeScript definitions for html-escaper",

@@ -14,4 +14,10 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-escaper",

],
"type": "module",
"main": "",
"types": "index.d.ts",
"exports": {
"import": "./index.d.ts",
"default": "./index.d.cts",
"./package.json": "./package.json"
},
"repository": {

@@ -24,4 +30,5 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "2f57f8ed8100386886282ad1760f3f4c760fd3a66e1f2b6fd52a0b3304c5e388",
"typeScriptVersion": "4.5"
"peerDependencies": {},
"typesPublisherContentHash": "d4b2c7ee2691d4e9609afd5ae9ef19602fee5dbfb787ce8d0fea4d286c8fbec6",
"typeScriptVersion": "5.0"
}

@@ -9,11 +9,5 @@ # 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: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Wed, 29 Jan 2025 04:35:03 GMT
* Dependencies: none

@@ -20,0 +14,0 @@

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