Socket
Socket
Sign inDemoInstall

express-humans

Package Overview
Dependencies
86
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md
# league-sprites - change log
# 1.0.2 (Sep. 5th 2017)
## **Minor fixes :**
* Dependencies upgrade
* Typo fix in README
# 1.0.1 (Aug. 13th 2017)

@@ -4,0 +11,0 @@

2

lib/index.js

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

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

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

{
"name": "express-humans",
"version": "1.0.1",
"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.1",
"del": "3.0.0",
"eslint": "4.5.0",
"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.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"
}
}

@@ -54,3 +54,3 @@ # express-humans

```javascript
// Using the path of the humans.rxr file
// Using the path of the humans.txt file
app.use(humans('./humans.txt'));

@@ -57,0 +57,0 @@ ```

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