ebay-lookup
Advanced tools
Comparing version 0.6.2 to 0.7.0
@@ -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; |
@@ -236,2 +236,6 @@ /** | ||
transform: formatPrice | ||
}, | ||
{ | ||
name: 'eek', | ||
query: '$..eekStatus[0]' | ||
} | ||
@@ -238,0 +242,0 @@ ]; |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60723
8
263
1