Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

soprano-saxophone

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soprano-saxophone - npm Package Compare versions

Comparing version 0.11.1 to 0.12.0

7

install.js

@@ -9,3 +9,8 @@ 'use strict';

function getGeckodriverUrl() {
var urlBase = `https://github.com/mozilla/geckodriver/releases/download/v${version}/`;
var urlBase;
if (process.env.GECKODRIVER_BASE_URL) {
urlBase = process.env.GECKODRIVER_BASE_URL;
} else {
urlBase = `https://github.com/mozilla/geckodriver/releases/download/v${version}/`;
}

@@ -12,0 +17,0 @@ switch (os.platform()) {

2

package.json
{
"name": "soprano-saxophone",
"version": "0.11.1",
"version": "0.12.0",
"description": "Install and launch Geckodriver for Mac, Linux or Windows.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,1 +17,3 @@ # Soprano Saxophone - Geckodriver install

```
You can ovveride the download location by setting *process.env.GECKODRIVER_BASE_URL*.
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