🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eggjs/path-matching

Package Overview
Dependencies
Maintainers
9
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/path-matching - npm Package Compare versions

Comparing version
3.0.2-beta.17
to
3.0.2-beta.19
+12
-8
package.json
{
"name": "@eggjs/path-matching",
"version": "3.0.2-beta.17",
"version": "3.0.2-beta.19",
"description": "match or ignore url path",

@@ -37,4 +37,11 @@ "keywords": [

"publishConfig": {
"access": "public"
"access": "public",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
}
},
"scripts": {
"typecheck": "tsgo --noEmit"
},
"dependencies": {

@@ -44,13 +51,10 @@ "path-to-regexp": "^6.3.0"

"devDependencies": {
"@eggjs/tsconfig": "3.1.2-beta.19",
"@types/node": "^24.10.2",
"path-to-regexp-v8": "npm:path-to-regexp@^8.3.0",
"typescript": "^5.9.3",
"@eggjs/tsconfig": "3.1.2-beta.17"
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22.18.0"
},
"scripts": {
"typecheck": "tsgo --noEmit"
}
}
}