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

micro-list

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-list - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

README.md

7

HISTORY.md
0.7.0 / 2016-07-25
==================
* drop support for node <6 [@leo]
* performance improvements [@leo]
* add `-s` flag for SPAs [@leo]
0.6.1 / 2016-07-15

@@ -3,0 +10,0 @@ ==================

41

package.json
{
"name": "micro-list",
"version": "0.6.1",
"version": "0.7.0",
"description": "Single-command HTTP directory listing and file serving",

@@ -8,3 +8,3 @@ "scripts": {

"prepublish": "gulp build",
"test": "eslint bin/**"
"test": "xo"
},

@@ -16,17 +16,22 @@ "files": [

"repository": "zeit/micro-list",
"bin": {
"list": "dist/bin/list"
},
"xo": {
"esnext": true,
"space": true,
"semicolon": false,
"rules": {
"babel/no-await-in-loop": 0
}
},
"babel": {
"presets": [
"es2015-node"
],
"plugins": [
"transform-es2015-modules-commonjs",
"transform-async-to-generator"
]
},
"bin": {
"list": "dist/bin/list"
"greenkeeper": {
"emails": false
},
"eslintConfig": {
"extends": "default",
"parser": "babel-eslint"
},
"keywords": [

@@ -45,7 +50,4 @@ "now",

"devDependencies": {
"babel-eslint": "6.1.0",
"babel-plugin-transform-async-to-generator": "6.8.0",
"babel-preset-es2015-node": "4.0.2",
"eslint": "3.0.0",
"eslint-config-default": "0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"gulp": "3.9.1",

@@ -55,3 +57,4 @@ "gulp-babel": "6.1.2",

"gulp-chmod": "1.3.0",
"gulp-sass": "2.3.2"
"gulp-sass": "2.3.2",
"xo": "^0.16.0"
},

@@ -67,9 +70,3 @@ "dependencies": {

"mime": "1.3.4"
},
"greenkeeper": {
"emails": false,
"ignore": [
"babel-preset-es2015-node"
]
}
}

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