notifications-node-client
Advanced tools
+5
-1
@@ -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; |
+1
-1
| { | ||
| "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": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 12 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 12 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
234881
0.05%2091
0.05%