Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ebay-lookup

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ebay-lookup - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

7

index.js

@@ -136,2 +136,6 @@ /**

Ebay.prototype.category = function (id) {
return this._categoryid = id, this;
};
Ebay.prototype.done = function (cb) {

@@ -151,3 +155,4 @@ var r = request.get(endpoint);

.query({'affiliate.trackingId': this.trackingId})
.query({'affiliate.networkId': this.networkId || defaultNetwork});
.query({'affiliate.networkId': this.networkId || defaultNetwork})
.query({'categoryId': this._categoryid});

@@ -154,0 +159,0 @@ // Add filters

2

package.json
{
"name": "ebay-lookup",
"version": "0.4.1",
"version": "0.5.0",
"description": "",

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

@@ -6,7 +6,7 @@ var ebay = require('./')

.id('UrgeIOGm-6ef3-4c31-9b0a-2425f3a4b887')
.country('CA')
.location('CA')
.country('AT')
.affiliate('5337468037')
.type('fixed')
.condition('new')
.category('9355')
.price('10..')

@@ -13,0 +13,0 @@ .done(function (err, res) {

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