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

@parse5/tools

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parse5/tools - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

LICENSE

17

package.json
{
"name": "@parse5/tools",
"version": "0.4.0",
"version": "0.5.0",
"description": "A small set of utilities for dealing with parse5 syntax trees",

@@ -16,3 +16,3 @@ "main": "lib/main.js",

"build": "tsc",
"test": "c8 -r html -r text-summary node --test lib/test",
"test": "c8 -r html -r text-summary node --test",
"format": "prettier --write \"src/**/*.ts\"",

@@ -24,3 +24,3 @@ "prepare": "npm run build",

"type": "git",
"url": "git+https://github.com/43081j/parse5-tools.git"
"url": "git+https://github.com/parse5/parse5-tools.git"
},

@@ -30,9 +30,9 @@ "author": "James Garbutt (https://github.com/43081j)",

"bugs": {
"url": "https://github.com/43081j/parse5-tools/issues"
"url": "https://github.com/parse5/parse5-tools/issues"
},
"homepage": "https://github.com/43081j/parse5-tools#readme",
"homepage": "https://github.com/parse5/parse5-tools#readme",
"devDependencies": {
"@eslint/js": "^9.1.1",
"@types/node": "^20.5.8",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"c8": "^8.0.1",
"c8": "^9.1.0",
"eslint": "^8.48.0",

@@ -42,3 +42,4 @@ "eslint-config-google": "^0.14.0",

"rimraf": "^5.0.1",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"typescript-eslint": "^7.8.0"
},

@@ -45,0 +46,0 @@ "dependencies": {

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