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

mycha

Package Overview
Dependencies
Maintainers
1
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 0.1.0 to 0.1.1

5

lib/mycha.js

@@ -56,4 +56,5 @@ // Generated by CoffeeScript 1.6.2

args = ["--compilers coffee:coffee-script", "--reporter " + this.reporter, "--colors", "" + __dirname + "/helper.js", this.getTestFiles().join(' ')];
childProcess = child.spawn("" + __dirname + "/node_modules/mocha/bin/mocha", args.join(' '));
args = ["--compilers", "coffee:coffee-script", "--reporter", this.reporter, "--colors", "" + __dirname + "/helper.js"];
args = args.concat(this.getTestFiles());
childProcess = child.spawn("" + __dirname + "/../node_modules/mocha/bin/mocha", args);
childProcess.stdout.pipe(this.stdout);

@@ -60,0 +61,0 @@ childProcess.stderr.pipe(this.stderr);

2

package.json
{
"name": "mycha",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/mycha.js",

@@ -5,0 +5,0 @@ "bin": {

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