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

url-router

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-router - npm Package Compare versions

Comparing version 7.1.2 to 7.1.3

2

package.json
{
"name": "url-router",
"version": "7.1.2",
"version": "7.1.3",
"description": "A non-opinionated cross-platform URL routing library.",

@@ -5,0 +5,0 @@ "main": "es5",

@@ -218,3 +218,2 @@ # url-router

### Router.add()

@@ -242,2 +241,11 @@ ```js

#### Returns
The router instance. So you could use method chaining:
```js
router
.get('/foo', foo)
.get('/bar', bar)
```
### Router.find()

@@ -244,0 +252,0 @@ ```js

Sorry, the diff of this file is not supported yet

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