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.0.8 to 4.1.0

2

index.js

@@ -0,1 +1,3 @@

'use strict'
/**

@@ -2,0 +4,0 @@ * restana Web Framework implementation

@@ -0,1 +1,3 @@

'use strict'
const methods = require('./methods')

@@ -2,0 +4,0 @@

@@ -0,1 +1,3 @@

'use strict'
const apm = require('./apm-base')

@@ -2,0 +4,0 @@

@@ -0,1 +1,3 @@

'use strict'
/**

@@ -2,0 +4,0 @@ * Supported HTTP methods

@@ -0,1 +1,3 @@

'use strict'
const apm = require('./apm-base')

@@ -2,0 +4,0 @@

@@ -0,1 +1,3 @@

'use strict'
/**

@@ -2,0 +4,0 @@ * find-my-way router factory

@@ -0,1 +1,3 @@

'use strict'
const CONTENT_TYPE_HEADER = 'content-type'

@@ -2,0 +4,0 @@

@@ -0,3 +1,5 @@

'use strict'
if (process.env.NODE_ENV !== 'production') {
console.log('\u001b[32mLove restana? Take 30 seconds to share your happiness:\u001b[22m\u001b[39m\n > \u001b[96m\u001b[1mhttps://goo.gl/forms/qlBwrf5raqfQwteH3\u001b[0m\n')
}

4

package.json
{
"name": "restana",
"version": "4.0.8",
"version": "4.1.0",
"description": "Super fast and minimalist web framework for building REST micro-services.",

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

"fastify": "^2.12.0",
"http-cache-middleware": "^1.2.5",
"http-cache-middleware": "^1.3.0",
"koa": "^2.11.0",

@@ -54,0 +54,0 @@ "koa-router": "^7.4.0",

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