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

restana

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restana - npm Package Compare versions

Comparing version 4.7.2 to 4.7.3

1

libs/response-extensions.js

@@ -13,3 +13,2 @@ 'use strict'

const stringify = obj => {
// ToDo: fast json stringify ?
return JSON.stringify(obj)

@@ -16,0 +15,0 @@ }

12

package.json
{
"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

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