Comparing version 2.4.0 to 2.4.1
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19476
269