Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@scaleleap/amazon-mws-api-sdk

Package Overview
Dependencies
Maintainers
3
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.27 to 1.9.28

7

CHANGELOG.md

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

## [1.9.28](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.27...v1.9.28) (2021-01-22)
### Bug Fixes
* **deps:** update dependency html-entities to v2 ([c18aa6b](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/c18aa6b0bd1f7a859b0e04cafd9b84333b1f4fd6))
## [1.9.27](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.26...v1.9.27) (2021-01-08)

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

2

lib/constants.js

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

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

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

textNodeName: 'text',
tagValueProcessor: (value) => html_entities_1.XmlEntities.decode(value),
tagValueProcessor: (value) => html_entities_1.decode(value),
}, true);

@@ -104,0 +104,0 @@ }

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

},
"version": "1.9.27",
"version": "1.9.28",
"main": "lib/index.js",

@@ -53,3 +53,3 @@ "files": [

"fast-xml-parser": "3.17.6",
"html-entities": "1.4.0",
"html-entities": "2.0.3",
"purify-ts": "0.16.1",

@@ -56,0 +56,0 @@ "ts-error": "1.0.6"

Sorry, the diff of this file is not supported yet

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