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.7 to 4.0.8

12

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

@@ -41,6 +41,6 @@ "main": "index.js",

"dependencies": {
"0http": "^2.2.2"
"0http": "^2.2.3"
},
"devDependencies": {
"@hapi/hapi": "^18.4.0",
"@hapi/hapi": "^18.4.1",
"anumargak": "^2.2.0",

@@ -51,4 +51,4 @@ "chai": "^4.2.0",

"express-jwt": "^5.3.1",
"fastify": "^2.11.0",
"http-cache-middleware": "^1.2.4",
"fastify": "^2.12.0",
"http-cache-middleware": "^1.2.5",
"koa": "^2.11.0",

@@ -60,3 +60,3 @@ "koa-router": "^7.4.0",

"nyc": "^15.0.0",
"pem": "^1.14.3",
"pem": "^1.14.4",
"polka": "^0.5.2",

@@ -63,0 +63,0 @@ "response-time": "^2.3.2",

@@ -305,3 +305,3 @@ # restana

// attach route naming instrumentation before registering service routes
apm({ agent }.patch(service)
apm({ agent }).patch(service)

@@ -327,3 +327,3 @@ // register your routes or middlewares

// attach route naming instrumentation before registering service routes
apm({ agent }.patch(service)
apm({ agent }).patch(service)

@@ -330,0 +330,0 @@ // register your routes or middlewares

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