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.1 to 1.5.2

5

History.md
1.5.2 / 2016-10-26
==================
* fix(cov): wait 1 second for Windows (#16)
1.5.1 / 2016-10-20

@@ -3,0 +8,0 @@ ==================

4

lib/cov_command.js

@@ -6,2 +6,3 @@ 'use strict';

const rimraf = require('rimraf');
const sleep = require('ko-sleep');
const Command = require('./command');

@@ -47,2 +48,5 @@

// wait 1 second for Windows
yield sleep(1000);
// create coverage report

@@ -49,0 +53,0 @@ const reportArgs = this.getReportArgs(coverageDir);

3

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

@@ -18,2 +18,3 @@ "main": "index.js",

"istanbul": "^0.4.0",
"ko-sleep": "^1.0.2",
"mkdirp": "^0.5.1",

@@ -20,0 +21,0 @@ "mocha": "^3.0.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