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

mycha

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mycha - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

8

CHANGELOG.md
# Changelog
### 3.0.0 (2016-09-18)
##### Breaking Changes
* Update to Mocha 3.0.0
* Drop support for node 0.12
---
### 2.0.0 (2016-02-09)

@@ -4,0 +12,0 @@

2

dist/mocha_runner.js

@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.10.0

spawn = require('cross-spawn-async');
spawn = require('cross-spawn');

@@ -10,0 +10,0 @@ MochaRunner = (function() {

@@ -17,3 +17,3 @@ // Generated by CoffeeScript 1.10.0

spawn = require('cross-spawn-async');
spawn = require('cross-spawn');

@@ -20,0 +20,0 @@ MychaInstaller = (function() {

{
"name": "mycha",
"version": "2.0.1",
"version": "3.0.0",
"main": "dist/mycha.js",

@@ -9,7 +9,7 @@ "bin": {

"dependencies": {
"async": "^1.4.2",
"async": "^2.0.1",
"colors": "^1.0.3",
"cross-spawn-async": "^2.0.0",
"dargs": "^4.0.0",
"fs-extra": "^0.29.0",
"cross-spawn": "^4.0.0",
"dargs": "^5.0.1",
"fs-extra": "^0.30.0",
"glob": "^7.0.3",

@@ -19,3 +19,3 @@ "js-yaml": "^3.5.2",

"minimist": "^1.1.1",
"mocha": "^2.1.0",
"mocha": "^3.0.2",
"prompt": "^1.0.0"

@@ -29,3 +29,3 @@ },

"build": "find ./src -name '*.coffee' -not -name '*_spec.coffee' | xargs coffee --compile --output dist/",
"feature-tests": "cucumber-js -f progress",
"feature-test": "cucumber-js -f progress",
"lint": "npm run lint-coffeescript && npm run lint-dependencies",

@@ -35,7 +35,7 @@ "lint-coffeescript": "coffeelint features spec src -f coffeelint.json5",

"postpublish": "git push && git push --tags",
"prefeature-tests": "npm run build",
"prefeature-test": "npm run build",
"prepublish": "npm run build",
"preversion": "npm test",
"test": "npm run lint && npm run unit-tests && npm run feature-tests",
"unit-tests": "coffee src/cli.coffee",
"test": "npm run lint && npm run unit-test && npm run feature-test",
"unit-test": "coffee src/cli.coffee",
"update": "david update && npm test",

@@ -49,4 +49,4 @@ "update-check": "david"

"coffeelint": "^1.10.1",
"cucumber": "^0.10.2",
"david": "^7.0.0",
"cucumber": "^1.2.2",
"david": "^9.0.0",
"dependency-lint": "^4.0.1",

@@ -62,3 +62,6 @@ "sinon": "^1.14.1",

"scaffold"
]
],
"engines": {
"node": "4 || 6"
}
}
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