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

elephas

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elephas - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

6

lib/middleware.js

@@ -46,4 +46,6 @@ 'use strict';

var _bodyParserOptions = middlewareOptions('bodyParser', options);
app.use(bodyParser.json(_bodyParserOptions.json));
app.use(bodyParser.urlencoded(_bodyParserOptions.urlencoded));
if (options.bodyParser !== false) {
app.use(bodyParser.json(_bodyParserOptions.json));
app.use(bodyParser.urlencoded(_bodyParserOptions.urlencoded));
}

@@ -50,0 +52,0 @@ app.use(flash());

{
"name": "elephas",
"version": "0.2.12",
"version": "0.2.13",
"description": "Some added sugar on top of express to give our our some sensible defaults and a little structure.",

@@ -5,0 +5,0 @@ "main": "elephas.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