expressjs-plus
Advanced tools
Comparing version 0.0.5 to 0.0.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
30521
2
12