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.6.2 to 1.7.0

9

lib/urls.js

@@ -45,2 +45,11 @@ var

// this is not a real service, it's more of a meta-service. the name is made up here.
// it's also not really an API - it's used for HTML consent pages -
// but other URLs for eBay's systems are here, so including this here too.
// @see http://developer.ebay.com/devzone/guides/ebayfeatures/Basics/Tokens-MultipleUsers.html
case 'Signin':
if (options.sandbox) url = 'https://signin.sandbox.ebay.com/ws/eBayISAPI.dll';
else url = 'https://signin.ebay.com/ws/eBayISAPI.dll';
break;
default:

@@ -47,0 +56,0 @@ if (options.sandbox) {

2

package.json
{
"name": "ebay-api",
"description": "eBay API Client",
"version": "1.6.2",
"version": "1.7.0",
"homepage": "https://github.com/benbuckman/nodejs-ebay-api",

@@ -6,0 +6,0 @@ "author": "Ben Buckman",

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