You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@dbushell/hyperless

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbushell/hyperless - npm Package Compare versions

Comparing version

to
0.31.0

src/normalize.ts

1

mod.ts

@@ -14,1 +14,2 @@ export { inlineTags, opaqueTags, voidTags } from "./src/html-tags.ts";

export { escape, unescape } from "./src/utils.ts";
export { normalizeWords } from "./src/normalize.ts";

2

package.json
{
"name": "@dbushell/hyperless",
"version": "0.30.0",
"version": "0.31.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -11,3 +11,3 @@ import { Node } from "./html-node.ts";

node: Node,
customTags = new Set<string>(),
customTags: Set<string> = new Set(),
): void => {

@@ -14,0 +14,0 @@ for (const child of [...node.children]) {

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.