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

rainbow

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rainbow - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

4

package.json
{
"name": "rainbow",
"description": "Express router middleware for RESTful API base on certain folder path",
"version": "2.4.0",
"version": "2.4.1",
"author": "mytharcher <mytharcher@gmail.com>",

@@ -18,3 +18,3 @@ "main": "index.js",

"devDependencies": {
"axios": "0.16.2",
"axios": "0.19",
"express": "^4.x",

@@ -21,0 +21,0 @@ "mocha": "3.5.2"

Rainbow
=======
[简体中文](http://yanjunyi.com/blog/posts/npm-rainbow)
A node [Express][] router middleware for RESTful API base on certain folder path.

@@ -137,3 +135,3 @@

But make sure no regular expression `^` used as starter and `$` as ender, or rainbow could not resolve the expression correctly. And be ware of the tailing slash when using `.params` definition, the `GET /resource` will be not found, while `GET /resources/` would be match.
But make sure no regular expression `^` used as starter and `$` as ender, or rainbow could not resolve the expression correctly. And be aware of the tailing slash when using `.params` definition, the `GET /resource` will be not found, while `GET /resources/` would be match.

@@ -140,0 +138,0 @@ Filters

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