Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.0.4

2

package.json
{
"name": "run-headless-chromium",
"version": "0.0.3",
"version": "0.0.4",
"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/)",

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

// Log severity = $1
'(INFO|WARNING|ERROR|ERROR_REPORT|FATAL|VERBOSE|UNKNOWN)' +
'(INFO|WARNING|ERROR|ERROR_REPORT|FATAL|VERBOSE\d*|UNKNOWN)' +
// source = $2 and line number = $3

@@ -93,3 +93,3 @@ ':(.*?)\\((\\d+)\\)' +

flag = flag.split('=', 1)[0];
return '--' + flag == flagname;
return flag == '--' + flagname;
});

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