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.9.2 to 1.9.3

2

lib/json-parser.js

@@ -319,3 +319,3 @@ /**

details: _.clone(ack),
requestContext: _.clone(requestContext)
requestContext: _.omit(requestContext, _.functions(requestContext))
};

@@ -322,0 +322,0 @@

{
"name": "ebay-api",
"description": "eBay API Client",
"version": "1.9.2",
"version": "1.9.3",
"homepage": "https://github.com/benbuckman/nodejs-ebay-api",

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

@@ -279,2 +279,3 @@ require('./helpers');

expect(err).to.have.property('requestContext').that.have.property('serviceName', 'Trading');
expect(err.requestContext).not.to.have.property('parser'); // no functions
expect(err).to.have.property('details');

@@ -281,0 +282,0 @@ });

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