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

wptproxy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wptproxy - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "wptproxy",
"version": "1.0.2",
"version": "1.0.3",
"description": "A proxy and load-balancer for WebPagtest Private Instances and WPT test agents.",

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

@@ -16,3 +16,7 @@ module.exports = WPTProxy

if ( options.targets && !Array.isArray(options.targets) ) {
if ( !options.targets ) {
throw new Error("options.targets is required.")
}
if ( !Array.isArray(options.targets) ) {
throw new Error("options.targets must be an array.")

@@ -19,0 +23,0 @@ }

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