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

names

5

bin.js

@@ -30,2 +30,6 @@ #!/usr/bin/env node

})
.option('type', {
abbr: 't',
help: 'Offer type'
})
.parse();

@@ -37,2 +41,3 @@

.country(opts.country)
.type(opts.type)
.done(function (err, res) {

@@ -39,0 +44,0 @@ if (err) throw err;

4

index.js

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

transform: formatPrice
},
{
name: 'eek',
query: '$..eekStatus[0]'
}

@@ -238,0 +242,0 @@ ];

2

package.json
{
"name": "ebay-lookup",
"version": "0.6.2",
"version": "0.7.0",
"description": "A simple wrapper around the ebay product lookup api",

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

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