New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mocha-remote-common

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-remote-common - npm Package Compare versions

Comparing version 1.0.0 to 1.1.1

src/index.test.ts

4

package.json
{
"name": "mocha-remote-common",
"version": "1.0.0",
"version": "1.1.1",
"description": "All common code and types shared between the Mocha Remote server and client",

@@ -39,3 +39,3 @@ "scripts": {

},
"gitHead": "044ea04aab88557cc618eba4a29dba757d551a84"
"gitHead": "221a798ad1ac757e617113dd9935c5b2d67f2190"
}

@@ -110,2 +110,4 @@ <p align="center">

As an alternative, run with environment variable `MOCHA_REMOTE_WATCH=true` to enable watch mode by default.
### Hostname, port and id

@@ -125,2 +127,4 @@

Run the CLI with environment variables `MOCHA_REMOTE_HOST`, `MOCHA_REMOTE_PORT`, `MOCHA_REMOTE_ID` to provide alternative default values.
### Context

@@ -152,5 +156,6 @@

});
```
Run with environment variable `MOCHA_REMOTE_CONTEXT=secret=very-secure-indeed` to provide a default context.
### Grep

@@ -162,2 +167,4 @@

Run with environment variable `MOCHA_REMOTE_GREP=whatever` to provide a default grep expression.
### Invert

@@ -169,2 +176,4 @@

Run with environment variable `MOCHA_REMOTE_INVERT=true` to invert grep by default.
### Reporter and reporter options

@@ -175,2 +184,4 @@

Run with environment variable `MOCHA_REMOTE_REPORTER=min` to provide a default reporter (in this case "min").
## Alternatively: Installing the server (for a programatic API)

@@ -177,0 +188,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