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

mocha-typescript

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-typescript - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

6

bin/watch.js

@@ -35,3 +35,3 @@ #!/usr/bin/env node

demand: false,
default: "./node_modules/mocha/bin/_mocha",
default: "./node_modules/mocha/bin/mocha",
describe: "Path to executable mocha, by default points to mocha installed as dev dependency.",

@@ -93,3 +93,3 @@ type: "string"

}
mochap = spawn("node", [argv.mocha].concat(mocha_options));
mochap = spawn(argv.mocha, mocha_options);
let source = mochap;

@@ -119,3 +119,3 @@ mochap.on("close", code => {

}
var tscp = spawn("node", [argv.tsc, "-p", argv.project, "-w"]);
var tscp = spawn(argv.tsc, ["-p", argv.project, "-w"]);
var tscl = readline.createInterface({ input: tscp.stdout });

@@ -122,0 +122,0 @@ tscl.on("line", line => {

{
"name": "mocha-typescript",
"version": "1.1.10",
"version": "1.1.11",
"description": "TypeScript decorators based wrapper over mocha's interface",

@@ -5,0 +5,0 @@ "main": "index.js",

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