Socket
Socket
Sign inDemoInstall

egg-bin

Package Overview
Dependencies
Maintainers
5
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-bin - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

bin/mocha.js

6

History.md
1.5.1 / 2016-10-20
==================
* fix: link mocha bin from inner file (#15)
* docs:add egg-bin dev options doc (#14)
1.5.0 / 2016-10-16

@@ -3,0 +9,0 @@ ==================

4

package.json
{
"name": "egg-bin",
"version": "1.5.0",
"version": "1.5.1",
"description": "egg developer tool",

@@ -8,3 +8,3 @@ "main": "index.js",

"egg-bin": "bin/egg-bin.js",
"mocha": "node_modules/.bin/mocha"
"mocha": "bin/mocha.js"
},

@@ -11,0 +11,0 @@ "dependencies": {

@@ -63,2 +63,8 @@ # egg-bin

##### options
- `--eggPath` egg web framework root path.No default value, must supply.
- `--baseDir` application's root path.default to `process.cwd()`.
- `--port` server port.default to 7001.
- `--cluster` worker process number.default to 1.
### debug

@@ -65,0 +71,0 @@

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