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

appolo-express

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-express - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

decorators.js

2

index.js

@@ -25,3 +25,3 @@

launch:function(config,callback){
launcher.launch(config,callback);
return launcher.launch(config,callback);
}

@@ -28,0 +28,0 @@ }

@@ -10,3 +10,3 @@ "use strict";

this._route = {
controller: controller,
controller: _.isFunction(controller) && controller.name ? controller.name : controller,
validations: {},

@@ -13,0 +13,0 @@ middleware: [],

@@ -28,3 +28,3 @@ {

"main": "./index.js",
"version": "3.0.3",
"version": "3.0.4",
"license": "MIT",

@@ -39,20 +39,22 @@ "repository": {

"appolo": "3.0.1",
"bluebird": "^3.4.6",
"body-parser": "1.15.2",
"bluebird": "^3.4.7",
"body-parser": "1.16.0",
"compression": "1.6.2",
"consolidate": "0.14.1",
"consolidate": "0.14.5",
"cookie-parser": "~1.4.3",
"depd": "1.1.0",
"dependable": "0.2.5",
"errorhandler": "^1.4.3",
"express": "4.14.0",
"joi": "9.0.0",
"lodash": "^4.16.4",
"method-override": "2.3.6",
"morgan": "1.7.0",
"multer": "1.2.0",
"serve-favicon": "2.3.0",
"errorhandler": "^1.5.0",
"express": "4.14.1",
"joi": "10.2.1",
"lodash": "^4.17.4",
"method-override": "2.3.7",
"morgan": "1.8.0",
"multer": "1.3.0",
"serve-favicon": "2.3.2",
"swig": "1.4.2"
},
"devDependencies": {
"@types/express": "^4.0.35",
"@types/joi": "^10.0.0",
"chai": "1.8.1",

@@ -59,0 +61,0 @@ "chai-http": "^0.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