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

htmljs-parser

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmljs-parser - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

6

dist/index.js

@@ -1042,7 +1042,3 @@ var __defProp = Object.defineProperty;

if (!expression.groupStack.length && (expression.terminatedByWhitespace || expression.terminatedByEOL)) {
if (checkForOperators(this, expression)) {
this.forward = 1;
} else {
this.exitState();
}
this.exitState();
}

@@ -1049,0 +1045,0 @@ },

4

package.json
{
"name": "htmljs-parser",
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
"version": "3.2.0",
"version": "3.2.1",
"author": "Phillip Gates-Idem <phillip.idem@gmail.com>",

@@ -66,3 +66,3 @@ "devDependencies": {

"build": "tsc -b && node -r esbuild-register build",
"ci:test": "nyc npm run mocha -- --forbid-pending --forbid-only",
"ci:test": "nyc npm run mocha -- --forbid-only",
"format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)",

@@ -69,0 +69,0 @@ "lint": "tsc -b && npm run lint:eslint && npm run lint:prettier -- -l && fixpack",

Sorry, the diff of this file is not supported yet

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