Socket
Socket
Sign inDemoInstall

enb-headless-chrome-testing

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enb-headless-chrome-testing - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

index.js

@@ -35,6 +35,10 @@ 'use strict';

return queue.add(() =>
runner({ file: htmlPath, reporter: 'none', visible: !this._headless })
.then(obj => JSON.stringify(obj, null, 2)));
runner({
file: htmlPath,
reporter: 'none',
visible: !this._headless,
args: ['no-sandbox']
}).then(obj => JSON.stringify(obj, null, 2)));
})
.needRebuild(function() { return true })
.createTech();
{
"name": "enb-headless-chrome-testing",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

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