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.3 to 2.0.0

src/index.js

6

CHANGELOG.md
# league-sprites - change log
# 2.0.0 (Aug. 3rd 2018)
## **Major changes :**
* Migrate to native ES8 code, without gulp & Babel
# 1.0.3 (Oct. 9th 2017)

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

11

package.json
{
"name": "express-humans",
"version": "1.0.3",
"version": "2.0.0",
"description": "Express middleware for generating/responding a humans.txt file.",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"build": "gulp",
"test": "mocha"

@@ -28,3 +27,3 @@ },

"express": "4.16.1",
"figlet": "^1.2.0",
"figlet": "1.2.0",
"humans-generator": "2.1.1"

@@ -34,4 +33,4 @@ },

"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-plugin-transform-runtime": "6.23.0",

@@ -38,0 +37,0 @@ "babel-preset-es2015": "6.24.1",

@@ -10,2 +10,3 @@ # express-humans

[![build status][build-badge]][build-url]
[![Code Climate][maintainability-badge]][maintainability-url]
[![downloads][downloads-badge]][downloads-url]

@@ -86,3 +87,3 @@

Copyright (c) 2017 **Nicolas COUTIN**
Copyright (c) 2017-2018 **Nicolas COUTIN**

@@ -117,2 +118,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

[build-url]: https://travis-ci.org/Ilshidur/express-humans
[maintainability-badge]: https://api.codeclimate.com/v1/badges/88f5bf63731c1cc35f9e/maintainability
[maintainability-url]: https://codeclimate.com/github/Ilshidur/express-humans/maintainability
[downloads-badge]: https://img.shields.io/npm/dt/express-humans.svg

@@ -119,0 +122,0 @@ [downloads-url]: https://www.npmjs.com/package/express-humans

Sorry, the diff of this file is not supported yet

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