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.3.0 to 3.3.1

31

package.json
{
"name": "htmljs-parser",
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
"version": "3.3.0",
"author": "Phillip Gates-Idem <phillip.idem@gmail.com>",
"version": "3.3.1",
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@types/benchmark": "^2.1.1",
"@types/degit": "^2.8.3",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.27",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"benchmark": "^2.1.4",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"esbuild": "0.14.27",
"esbuild": "0.14.38",
"esbuild-register": "^3.3.2",
"eslint": "^8.11.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",

@@ -25,9 +24,8 @@ "fast-glob": "^3.2.11",

"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"lint-staged": "^12.4.1",
"mocha": "^9.2.2",
"mocha-snap": "^4.3.0",
"nyc": "^15.1.0",
"prettier": "^2.6.0",
"semantic-release": "^19.0.2",
"typescript": "^4.6.2"
"prettier": "^2.6.2",
"typescript": "^4.6.3"
},

@@ -75,9 +73,10 @@ "exports": {

"prepublishOnly": "npm run build",
"release": "semantic-release",
"publish": "npm run build && changeset publish",
"report": "open ./coverage/lcov-report/index.html",
"test": "npm run mocha -- --watch",
"test:inspect": "npm test -- --inspect",
"test:update": "npm run mocha -- --update"
"test:update": "npm run mocha -- --update",
"version": "changeset version"
},
"types": "dist/index.d.ts"
}
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