Socket
Socket
Sign inDemoInstall

ebay-api

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ebay-api - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

2

lib/json-parser.js

@@ -182,3 +182,3 @@ /**

}
else if (/(Amount|Cost|Price)/.test(childKey)) {
else if (/(Amount|Cost|Price|Subtotal)/.test(childKey)) {
el[childKey] = _convertAmountStructure(childEl, requestContext);

@@ -185,0 +185,0 @@ }

{
"name": "ebay-api",
"description": "eBay API Client",
"version": "1.10.0",
"version": "1.10.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc