🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

notifications-node-client

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notifications-node-client - npm Package Compare versions

Comparing version
7.0.4
to
7.0.5
+5
-1
CHANGELOG.md

@@ -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 @@

+4
-2

@@ -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": {