Socket
Socket
Sign inDemoInstall

mws-sdk-promises

Package Overview
Dependencies
51
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.13 to 0.9.14

4

CHANGES.md
Changes:
=======
2015/11/24 ver. 0.9.14
----------------------
merged PR #4 and #5, proposed by [Dave Stacey](https://github.com/davestacey).
2015/11/22 ver. 0.9.13

@@ -5,0 +9,0 @@ ---------------------

3

lib/mws.js

@@ -57,2 +57,3 @@ 'use strict';

requestOpts.body = query._BODY_;
query._FORMAT_ = 'application/x-www-form-urlencoded';
requestOpts.headers = {

@@ -87,3 +88,3 @@ 'Content-Type': query._FORMAT_,

} else {
request.qs = query;
requestOpts.qs = query;
}

@@ -90,0 +91,0 @@

@@ -12,3 +12,3 @@ {

"homepage": "http://_",
"version": "0.9.13",
"version": "0.9.14",
"author": {

@@ -15,0 +15,0 @@ "name": "Eibbor Srenduas",

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