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

dalek-browser-chrome-canary

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dalek-browser-chrome-canary - npm Package Compare versions

Comparing version 0.0.1-2013-08-20-13-25-02 to 0.0.1-2013-08-22-13-01-52

10

install.js

@@ -23,12 +23,12 @@ // Shamelessly copied from The Obvious Corporation

var libPath = path.join(__dirname, 'lib', 'bin', 'chromedriver');
var downloadUrl = 'http://chromedriver.googlecode.com/files/chromedriver_';
var downloadUrl = 'http://chromedriver.googlecode.com/files/chromedriver2_';
if (process.platform === 'linux' && process.arch === 'x64') {
downloadUrl += 'linux64_26.0.1383.0.zip';
downloadUrl += 'linux64_0.8.zip';
} else if (process.platform === 'linux') {
downloadUrl += 'linux32_26.0.1383.0.zip';
downloadUrl += 'linux32_0.8.zip';
} else if (process.platform === 'darwin') {
downloadUrl += 'mac_26.0.1383.0.zip';
downloadUrl += 'mac_0.8.zip';
} else if (process.platform === 'win32') {
downloadUrl += 'win_26.0.1383.0.zip';
downloadUrl += 'win_0.8.zip';
} else {

@@ -35,0 +35,0 @@ console.log('Unexpected platform or architecture:', process.platform, process.arch);

{
"name": "dalek-browser-chrome-canary",
"version": "0.0.1-2013-08-20-13-25-02",
"version": "0.0.1-2013-08-22-13-01-52",
"description": "Google Chrome bindings for DalekJS",

@@ -5,0 +5,0 @@ "homepage": "http://dalekjs.com",

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