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.4 to 0.0.5

2

package.json
{
"name": "run-headless-chromium",
"version": "0.0.4",
"version": "0.0.5",
"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\d*|UNKNOWN)' +
'(INFO|WARNING|ERROR|ERROR_REPORT|FATAL|VERBOSE\\d*|UNKNOWN)' +
// source = $2 and line number = $3

@@ -30,0 +30,0 @@ ':(.*?)\\((\\d+)\\)' +

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