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

run-headless-chromium

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-headless-chromium - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "run-headless-chromium",
"version": "0.0.6",
"version": "0.0.7",
"description": "Run Chromium or Google Chrome in headless mode and forward the JS console output to the standard output.",

@@ -5,0 +5,0 @@ "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl/)",

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

chromiumFlags.push('--no-first-run');
chromiumFlags.push('--user-data-dir="' + userDataDir + '"');
chromiumFlags.push('--user-data-dir=' + userDataDir);
}

@@ -80,0 +80,0 @@ if (!hasFlag('allow-file-access-from-files')) {

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