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

expressjs-plus

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expressjs-plus - npm Package Compare versions

Comparing version 0.0.5 to 0.0.7

6

lib/index.js

@@ -7,5 +7,5 @@ 'use strict';

var _assign = require('babel-runtime/core-js/object/assign');
var _extends2 = require('babel-runtime/helpers/extends');
var _assign2 = _interopRequireDefault(_assign);
var _extends3 = _interopRequireDefault(_extends2);

@@ -125,3 +125,3 @@ exports.ExpressPlus = ExpressPlus;

// which will be used by the responder to send the final response
(0, _assign2.default)(res.locals, vars);
(0, _extends3.default)(res.locals, vars);
return next();

@@ -128,0 +128,0 @@ }

{
"name": "expressjs-plus",
"version": "0.0.5",
"version": "0.0.7",
"description": "A pluggable expansion to express js aimed at adding much needed features and helpers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "mocha",
"compile": "rimraf lib/* && babel src/index.js --out-file lib/index.js",
"prepublish": "npm run compile",
"build": "npm run compile",
"generateDoc": "node src/docGenerator.js"

@@ -33,6 +33,20 @@ },

"jsdoc-to-markdown": "^2.0.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"rimraf": "^2.5.4",
"should": "^11.1.1",
"sinon": "^1.17.6"
"sinon": "^1.17.6",
"pre-git": "^3.10.0"
},
"config": {
"pre-git": {
"pre-commit": [
"npm test",
"npm run build"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
}
}

Sorry, the diff of this file is not supported yet

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