New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scaleleap/amazon-mws-api-sdk

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaleleap/amazon-mws-api-sdk - npm Package Compare versions

Comparing version 1.9.12 to 1.9.13

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Changelog

## [1.9.13](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.12...v1.9.13) (2020-11-12)
### Bug Fixes
* case sensitivity on ChargeType enum ([223050d](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/223050da2ebb2cd4b9a0b84d18a254d9d93828af)), closes [#243](https://github.com/ScaleLeap/amazon-mws-api-sdk/issues/243)
## [1.9.12](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.11...v1.9.12) (2020-11-07)

@@ -8,0 +15,0 @@

2

lib/constants.js

@@ -7,3 +7,3 @@ "use strict";

*/
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.12';
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.13';
//# sourceMappingURL=constants.js.map

@@ -57,3 +57,3 @@ "use strict";

ChargeTypeEnum["MarketplaceFacilitatorTax-Shipping"] = "MarketplaceFacilitatorTax-Shipping";
ChargeTypeEnum["MarketplaceFacilitatorTax-Giftwrap"] = "MarketplaceFacilitatorTax-Giftwrap";
ChargeTypeEnum["MarketplaceFacilitatorTax-GiftWrap"] = "MarketplaceFacilitatorTax-GiftWrap";
ChargeTypeEnum["MarketplaceFacilitatorTax-Other"] = "MarketplaceFacilitatorTax-Other";

@@ -71,4 +71,4 @@ ChargeTypeEnum["Discount"] = "Discount";

ChargeTypeEnum["Goodwill"] = "Goodwill";
ChargeTypeEnum["Giftwrap"] = "Giftwrap";
ChargeTypeEnum["GiftwrapTax"] = "GiftwrapTax";
ChargeTypeEnum["GiftWrap"] = "GiftWrap";
ChargeTypeEnum["GiftWrapTax"] = "GiftWrapTax";
ChargeTypeEnum["RestockingFee"] = "RestockingFee";

@@ -75,0 +75,0 @@ ChargeTypeEnum["ReturnShipping"] = "ReturnShipping";

@@ -26,3 +26,3 @@ {

},
"version": "1.9.12",
"version": "1.9.13",
"main": "lib/index.js",

@@ -29,0 +29,0 @@ "files": [

Sorry, the diff of this file is too big to display

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