Socket
Socket
Sign inDemoInstall

express-humans

Package Overview
Dependencies
90
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

yarn.lock

6

CHANGELOG.md
# league-sprites - change log
# 1.0.3 (Oct. 9th 2017)
## **Minor fixes :**
* Fix vulnerable dependencies
# 1.0.2 (Sep. 5th 2017)

@@ -4,0 +10,0 @@

2

lib/index.js

@@ -46,3 +46,3 @@ 'use strict';

var getContent = function () {
var _ref = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee() {
var _ref = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee() {
var content;

@@ -49,0 +49,0 @@ return _regenerator2.default.wrap(function _callee$(_context) {

{
"name": "express-humans",
"version": "1.0.2",
"description": "Express middleware for generating/responding a humans.txt file.",
"main": "index.js",
"scripts": {
"build": "gulp",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ilshidur/express-humans.git"
},
"keywords": [
"express",
"humans",
"humans.txt",
"middleware"
],
"author": "Ilshidur",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ilshidur/express-humans/issues"
},
"homepage": "https://github.com/Ilshidur/express-humans#readme",
"dependencies": {
"express": "4.15.4",
"figlet": "^1.2.0",
"humans-generator": "2.1.1"
},
"devDependencies": {
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"chai": "4.1.2",
"del": "3.0.0",
"eslint": "4.6.1",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"mocha": "3.5.0",
"run-sequence": "2.1.0",
"supertest": "3.0.0"
}
"name": "express-humans",
"version": "1.0.3",
"description": "Express middleware for generating/responding a humans.txt file.",
"main": "index.js",
"scripts": {
"build": "gulp",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ilshidur/express-humans.git"
},
"keywords": [
"express",
"humans",
"humans.txt",
"middleware"
],
"author": "Ilshidur",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ilshidur/express-humans/issues"
},
"homepage": "https://github.com/Ilshidur/express-humans#readme",
"dependencies": {
"express": "4.16.1",
"figlet": "^1.2.0",
"humans-generator": "2.1.1"
},
"devDependencies": {
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"chai": "4.1.2",
"del": "3.0.0",
"eslint": "4.8.0",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"mocha": "4.0.0",
"run-sequence": "2.2.0",
"supertest": "3.0.0"
}
}

@@ -18,4 +18,8 @@ # express-humans

First run `npm install express-humans`, then :
First run :
`npm install express-humans` (both npm and Yarn locks are supported)
then :
```javascript

@@ -78,2 +82,26 @@ const humans = require('express-humans');

## License
MIT License
Copyright (c) 2017 **Nicolas COUTIN**
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
[version-badge]: https://img.shields.io/npm/v/express-humans.svg

@@ -80,0 +108,0 @@ [version-url]: https://www.npmjs.com/package/express-humans

Sorry, the diff of this file is not supported yet

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