Socket
Socket
Sign inDemoInstall

ebay-promised

Package Overview
Dependencies
69
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.7 to 1.5.0

8

lib/index.js

@@ -32,3 +32,3 @@ // Generated by CoffeeScript 1.9.0

defaults = {
defaults = JSON.stringify({
__fields__: {},

@@ -45,3 +45,3 @@ __globals__: {

}
};
});

@@ -55,3 +55,3 @@ module.exports = Ebay = (function(_super) {

Ebay.include(defaults);
Ebay.include(JSON.parse(defaults));

@@ -104,3 +104,3 @@ Ebay.methodize(require('./definitions/calls'), function(method) {

Ebay.prototype.reset = function() {
this.__fields__ = defaults.__fields__;
this.__fields__ = JSON.parse(defaults).__fields__;
return this;

@@ -107,0 +107,0 @@ };

{
"name": "ebay-promised",
"version": "1.4.7",
"version": "1.5.0",
"description": "promise wrapped Ebay requests with sensible response parsers",

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

Sorry, the diff of this file is not supported yet

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