Socket
Socket
Sign inDemoInstall

ebay-api

Package Overview
Dependencies
55
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.1 to 1.9.2

2

lib/errors.js

@@ -16,3 +16,3 @@ /**

this.message = message;
_.extend(this, _.omit(extraProps, ['name', 'message']));
_.defaults(this, extraProps);
}

@@ -19,0 +19,0 @@ inherits(EbayClientError, Error);

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

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

@@ -64,3 +64,4 @@ require('./helpers');

message: 'New message',
name: 'UhOh'
name: 'UhOh',
stack: 'ByeBye'
});

@@ -70,3 +71,3 @@

expect(err.name).to.equal(errorClassName);
expect(err.stack).not.to.equal('ByeBye');
});

@@ -73,0 +74,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc