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

@sitespeed.io/chromedriver

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitespeed.io/chromedriver - npm Package Compare versions

Comparing version 84.0.4147-30 to 85.0.4183-38

3

install.js

@@ -79,6 +79,5 @@ 'use strict';

const progress = stats.progress.toFixed(1);
const speed = byteHelper(stats.speed);
const downloaded = byteHelper(stats.downloaded);
const total = byteHelper(stats.total);
console.log(`${speed}/s - ${progress}% [${downloaded}/${total}]`);
console.log(`${progress}% [${downloaded}/${total}]`);
})

@@ -85,0 +84,0 @@ .on('end', () => {

{
"name": "@sitespeed.io/chromedriver",
"version": "84.0.4147-30",
"chromedriver_version": "84.0.4147.30",
"version": "85.0.4183-38",
"chromedriver_version": "85.0.4183.38",
"description": "Install and launch Chromedriver for Mac, Linux & Windows",

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