Socket
Socket
Sign inDemoInstall

alto-saxophone

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alto-saxophone - npm Package Compare versions

Comparing version 2.43.1 to 2.44.0

15

install.js
'use strict';
var Download = require('download'),
downloadStatus = require('download-status'),
const Download = require('download'),
os = require('os');

@@ -12,3 +11,3 @@

} else {
urlBase = 'https://chromedriver.storage.googleapis.com/2.43/';
urlBase = 'https://chromedriver.storage.googleapis.com/2.44/';
}

@@ -33,11 +32,3 @@

} else {
new Download({mode: '755', extract: true})
.get(getChromedriverUrl())
.dest('vendor')
.use(downloadStatus())
.run(function(err) {
if (err) {
throw err;
}
});
Download(getChromedriverUrl(), 'vendor', {extract: true});
}

7

package.json
{
"name": "alto-saxophone",
"version": "2.43.1",
"version": "2.44.0",
"description": "Install and launch Chromedriver for Mac, Linux or Windows.",

@@ -24,9 +24,8 @@ "main": "index.js",

"dependencies": {
"download": "^4.4.1",
"download-status": "^2.2.1"
"download": "7.1.0"
},
"devDependencies": {
"request": "^2.69.0",
"request": "^2.88.0",
"semver": "^5.0.1"
}
}
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