@scaleleap/amazon-mws-api-sdk
Advanced tools
Comparing version 1.9.27 to 1.9.28
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1111346
2
+ Addedhtml-entities@2.0.3(transitive)
- Removedhtml-entities@1.4.0(transitive)
Updatedhtml-entities@2.0.3