Socket
Socket
Sign inDemoInstall

whatwg-url

Package Overview
Dependencies
3
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.0 to 14.0.0

44

package.json
{
"name": "whatwg-url",
"version": "13.0.0",
"version": "14.0.0",
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",

@@ -15,3 +15,3 @@ "main": "index.js",

"dependencies": {
"tr46": "^4.1.1",
"tr46": "^5.0.0",
"webidl-conversions": "^7.0.0"

@@ -22,14 +22,13 @@ },

"benchmark": "^2.1.4",
"c8": "^8.0.1",
"domexception": "^4.0.0",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"minipass-fetch": "^3.0.3",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"webidl2js": "^17.1.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"coverage": "jest --coverage",
"coverage": "c8 node --test --experimental-test-coverage test/*.js",
"lint": "eslint .",

@@ -39,23 +38,18 @@ "prepare": "node scripts/transform.js",

"build-live-viewer": "esbuild --bundle --format=esm --sourcemap --outfile=live-viewer/whatwg-url.mjs index.js",
"test": "jest"
"test": "node --test test/*.js"
},
"jest": {
"collectCoverageFrom": [
"lib/**/*.js",
"!lib/utils.js"
"c8": {
"reporter": [
"text",
"html"
],
"coverageDirectory": "coverage",
"coverageReporters": [
"lcov",
"text-summary"
],
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.js"
],
"testPathIgnorePatterns": [
"^<rootDir>/test/testharness.js$",
"^<rootDir>/test/web-platform-tests/"
"exclude": [
"lib/Function.js",
"lib/URL.js",
"lib/URLSearchParams.js",
"lib/utils.js",
"scripts/",
"test/"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc