Socket
Socket
Sign inDemoInstall

browserstacktunnel-wrapper

Package Overview
Dependencies
40
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

4

package.json
{
"name": "browserstacktunnel-wrapper",
"description": "A Node.js wrapper for the BrowserStack java tunnel client ",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "https://github.com/pghalliday/node-BrowserStackTunnel.git",

@@ -50,4 +50,4 @@ "author": {

"https-proxy-agent": "^2.2.1",
"unzip": "~0.1.11"
"unzipper": "^0.9.3"
}
}
var path = require('path'),
https = require('https'),
unzip = require('unzip'),
unzip = require('unzipper'),
fs = require('fs'),

@@ -5,0 +5,0 @@ HttpsProxyAgent = require('https-proxy-agent');

@@ -16,3 +16,3 @@ var expect = require('expect.js'),

fs: fsMock,
unzip: unzipMock
unzipper: unzipMock
});

@@ -19,0 +19,0 @@ var ZipBinary = zb.ZipBinary;

@@ -12,3 +12,3 @@ var expect = require('expect.js');

fs: fsMock,
unzip: unzipMock
unzipper: unzipMock
});

@@ -15,0 +15,0 @@ var ZipBinary = zb.ZipBinary;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc