Comparing version 4.7.2 to 4.7.3
@@ -13,3 +13,2 @@ 'use strict' | ||
const stringify = obj => { | ||
// ToDo: fast json stringify ? | ||
return JSON.stringify(obj) | ||
@@ -16,0 +15,0 @@ } |
{ | ||
"name": "restana", | ||
"version": "4.7.2", | ||
"version": "4.7.3", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/jkyberneees/ana.git" | ||
"url": "git+https://github.com/jkyberneees/restana.git" | ||
}, | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/jkyberneees/ana/issues" | ||
"url": "https://github.com/jkyberneees/restana/issues" | ||
}, | ||
@@ -41,3 +41,3 @@ "files": [ | ||
], | ||
"homepage": "https://github.com/jkyberneees/ana#readme", | ||
"homepage": "https://github.com/jkyberneees/restana#readme", | ||
"dependencies": { | ||
@@ -52,3 +52,3 @@ "0http": "^2.5.2" | ||
"express-jwt": "^5.3.3", | ||
"fastify": "^2.15.2", | ||
"fastify": "^2.15.3", | ||
"http-cache-middleware": "^1.3.5", | ||
@@ -58,3 +58,3 @@ "koa": "^2.13.0", | ||
"microtime": "^3.0.0", | ||
"mocha": "^7.1.2", | ||
"mocha": "^8.1.1", | ||
"morgan": "^1.10.0", | ||
@@ -61,0 +61,0 @@ "muneem": "^2.4.5", |
@@ -10,3 +10,3 @@ # restana | ||
Read more: *[Building ultra-fast REST APIs with Node.js (restana vs express vs fastify)](https://medium.com/@kyberneees/building-ultra-fast-rest-apis-with-node-js-and-restana-1d65b0d524b7)* | ||
Read more: *[restana = faster and efficient Node.js REST APIs](https://itnext.io/restana-faster-and-efficient-node-js-rest-apis-1ee5285ce66)* | ||
@@ -329,4 +329,8 @@ ## Usage | ||
You can read more about serving static files with restana in this link: | ||
https://thejs.blog/2019/07/12/restana-static-serving-the-frontend-with-node-js-beyond-nginx/ | ||
https://itnext.io/restana-static-serving-the-frontend-with-node-js-beyond-nginx-e45fdb2e49cb | ||
Also, the `restana-static` project simplifies the serving of static files using restana and docker containers: | ||
- https://github.com/jkyberneees/restana-static | ||
- https://hub.docker.com/r/kyberneees/restana-static | ||
## Third party integrations | ||
@@ -333,0 +337,0 @@ ```js |
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
25659
423
366