New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wegweiser

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wegweiser - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

6

matcher.js

@@ -55,2 +55,3 @@ 'use strict';

routeArgsByReq.set(req, args);
/*jshint validthis:true */
return onMatch.apply(this, [ req ].concat(args));

@@ -63,4 +64,3 @@ }

dynamicSegments: dynamicSegments,
onMatch: onMatch,
context: context
onMatch: onMatch
});

@@ -95,3 +95,3 @@

value: createMatcher(method, strings, params, descriptor.value)
}
};
}

@@ -98,0 +98,0 @@ };

{
"name": "wegweiser",
"version": "3.1.0",
"version": "3.1.1",
"description": "A router for Quinn",

@@ -5,0 +5,0 @@ "main": "wegweiser.js",

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