Socket
Socket
Sign inDemoInstall

ebay-api

Package Overview
Dependencies
55
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

6

lib/urls.js

@@ -22,3 +22,3 @@ var

if (options.sandbox) url = 'http://svcs.sandbox.ebay.com/services/search/FindingService/v1';
else url = 'https://svcs.ebay.com/services/search/FindingService/v1';
else url = 'http://svcs.ebay.com/services/search/FindingService/v1'; // no HTTPS support, really?!
break;

@@ -28,3 +28,3 @@

if (options.sandbox) url = 'http://svcs.sandbox.ebay.com/services/marketplacecatalog/' + serviceName + '/v1';
else url = 'https://svcs.ebay.com/services/marketplacecatalog/' + serviceName + '/v1';
else url = 'http://svcs.ebay.com/services/marketplacecatalog/' + serviceName + '/v1'; // no HTTPS support, really?!
break;

@@ -34,3 +34,3 @@

if (options.sandbox) url = 'http://open.api.sandbox.ebay.com/shopping';
else url = "https://open.api.ebay.com/shopping";
else url = "http://open.api.ebay.com/shopping"; // no HTTPS support, really?!
break;

@@ -37,0 +37,0 @@

{
"name": "ebay-api",
"description": "eBay API Client",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "https://github.com/newleafdigital/nodejs-ebay-api",

@@ -6,0 +6,0 @@ "author": "Ben Buckman <ben@newleafdigital.com> (http://newleafdigital.com)",

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