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

multi-path-matcher

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-path-matcher - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

types/multi-path-matcher.d.mts

10

package.json
{
"name": "multi-path-matcher",
"version": "4.1.0",
"version": "4.1.1",
"publishConfig": {

@@ -8,9 +8,9 @@ "access": "public",

},
"types": "./types/multi-path-matcher.d.mts",
"exports": {
".": {
"types": "./dist/multi-path-matcher.d.mts",
"types": "./types/multi-path-matcher.d.mts",
"default": "./src/multi-path-matcher.mjs"
}
},
"types": "./dist/multi-path-matcher.d.mts",
"description": "Finds and decodes best matching path in a set of routes",

@@ -29,3 +29,3 @@ "keywords": [

"scripts": {
"prepare": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir dist -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
"prepare": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
"test": "npm run test:browser-ava && npm run test:ava",

@@ -42,3 +42,3 @@ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",

"ava": "^6.1.1",
"browser-ava": "^2.1.12",
"browser-ava": "^2.2.0",
"c8": "^9.1.0",

@@ -45,0 +45,0 @@ "documentation": "^14.0.3",

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