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

triple-mocha

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

triple-mocha - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

bin/triple-mocha.js

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

// Resolve require if it exists
console.log(data);
if(data.require !== undefined) {
console.log("GRR: " + data.require);
if(data.require.indexOf(path.sep) !== 0) {

@@ -38,0 +36,0 @@ data.require = path.normalize(process.cwd() + path.sep + data.require);

2

package.json
{
"name": "triple-mocha",
"version": "1.0.0",
"version": "1.0.1",
"description": "A mocha test runner that runs tests in parallel",

@@ -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