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

rm3-page-router

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rm3-page-router

A helper router for resource-specific express routing

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-90%
Maintainers
1
Weekly downloads
 
Created
Source

Page Router

Greenkeeper badge

Build StatusDependency StatusdevDependency Statusnpm versioncodecov

When you are trying to do resource-specific routing in Express where the actual set of routes you are trying to mount aren't known until you have queried the node from the database, you can't just use Express 4's router functionality because it's build to do a static mount.

This is designed to be just enough of a router to fill in the gap.

It's heavily inspired by Express 4's router. So much so that the Express 4 copyright holders are kept on the license to avoid any possible confusion.

Contributing

Feel free to submit PR's or bugs.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License?

MIT, see LICENSE.txt

Keywords

FAQs

Package last updated on 02 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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