Socket
Socket
Sign inDemoInstall

@nohost/router

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nohost/router - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

lib/index.js

@@ -153,3 +153,3 @@ const url = require('url');

options = null;
} else if (typeof options.callback === 'function') {
} else if (options && typeof options.callback === 'function') {
callback = options.callback;

@@ -156,0 +156,0 @@ }

{
"name": "@nohost/router",
"version": "0.8.0",
"version": "0.8.1",
"description": "Nohost cluster router",

@@ -28,7 +28,7 @@ "main": "lib/",

"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-imweb": "^0.2.19",
"koa": "^2.12.1",
"koa-router": "^9.0.1"
"koa": "^2.13.1",
"koa-router": "^10.0.0"
},

@@ -35,0 +35,0 @@ "dependencies": {

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