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

browserstack-workers

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserstack-workers - npm Package Compare versions

Comparing version 0.1.7 to 0.2.0

5

lib/proxy.js

@@ -19,4 +19,3 @@ var express = require('express'),

var browser = null,
uuid = null,
data = req.body;
uuid = null;

@@ -38,3 +37,3 @@ if (req.query['browser'] && req.query['uuid']) {

}
that.emit('data', uuid, browser, data);
that.emit('data', uuid, browser, req);
});

@@ -41,0 +40,0 @@

2

package.json
{
"name": "browserstack-workers",
"version": "0.1.7",
"version": "0.2.0",
"description": "A library for creating workers on BrowserStack and retrieving results",

@@ -5,0 +5,0 @@ "main": "lib/client.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