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

notifications-node-client

Package Overview
Dependencies
Maintainers
1
Versions
43
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

6

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

6

client/notification.js

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

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