Socket
Socket
Sign inDemoInstall

virtual-device-sdk

Package Overview
Dependencies
13
Maintainers
4
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.9.1

4

lib/src/VirtualDevice.js

@@ -229,7 +229,7 @@ "use strict";

element = parameterValue_2[_b];
path += "&" + parameterName + "=" + element;
path += "&" + parameterName + "=" + encodeURIComponent(element);
}
}
else {
path += "&" + parameterName + "=" + parameterValue;
path += "&" + parameterName + "=" + encodeURIComponent(parameterValue);
}

@@ -236,0 +236,0 @@ }

@@ -7,3 +7,3 @@ {

"typings": "./lib/src/Index.d.ts",
"version": "1.9.0",
"version": "1.9.1",
"engines": {

@@ -10,0 +10,0 @@ "node": "> 6.0.0"

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