Socket
Socket
Sign inDemoInstall

mocha-headless-chrome

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-headless-chrome - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

package.json
{
"name": "mocha-headless-chrome",
"version": "1.3.3",
"version": "1.3.4",
"description": "Run client-side mocha tests in the command line through headless Chrome",

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

@@ -24,3 +24,3 @@ 'use strict';

function error(err) {
if (!err) return null;
if (!err) return {};

@@ -27,0 +27,0 @@ let res = {};

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