Socket
Socket
Sign inDemoInstall

express-reuse

Package Overview
Dependencies
275
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "express-reuse",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lightweight express app framework that makes using and creating reusable routes easy.",

@@ -5,0 +5,0 @@ "main": "./src",

@@ -7,3 +7,2 @@ "use strict"

var passport = require('passport')
var config = require('../config')

@@ -21,3 +20,3 @@ var router = require('../router')

var strategyRouter = strategy(config, passport)
var strategyRouter = strategy(config)

@@ -24,0 +23,0 @@ if (routeStr)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc