notifications-node-client
Advanced tools
Comparing version 7.0.4 to 7.0.5
@@ -1,3 +0,7 @@ | ||
## 7.0.3 - 2023-07-21 | ||
## 7.0.5 - 2023-11-13 | ||
* Fix a few cases of assignment to undeclared (global) variables | ||
## 7.0.4 - 2023-11-10 | ||
* Bump axios to the 1.x branch to address CVE-2023-45857. Due to underlying changes in Axios you may have to explicitly set the `protocol` property when constructing your `proxyConfig` object, if using a proxy. | ||
@@ -4,0 +8,0 @@ |
@@ -204,4 +204,4 @@ var ApiClient = require('./api_client'); | ||
var postage = postage || undefined | ||
content = _check_and_encode_file(pdf_file, 5) | ||
notification = { | ||
var content = _check_and_encode_file(pdf_file, 5) | ||
var notification = { | ||
"reference": reference, | ||
@@ -331,2 +331,4 @@ "content": content | ||
getReceivedTexts: function(olderThan){ | ||
let queryString; | ||
if (olderThan) { | ||
@@ -333,0 +335,0 @@ queryString = '?older_than=' + olderThan; |
{ | ||
"name": "notifications-node-client", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"homepage": "https://docs.notifications.service.gov.uk/node.html", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
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
234881
2091