Socket
Socket
Sign inDemoInstall

notifications-node-client

Package Overview
Dependencies
19
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## 5.0.2 - 2020-11-20
### Changed
Correct incorrect description of parameter to be used by `NotifyClient.setProxy`
## 5.0.1 - 2020-11-18
### Changed
Remove unintentional global nature of variable `version`
## 5.0.0 - 2020-09-02

@@ -2,0 +14,0 @@

6

client/notification.js

@@ -339,6 +339,6 @@ var ApiClient = require('./api_client'),

*
* @param {String} url
* @param {object} an axios proxy config
*/
setProxy: function(url) {
this.apiClient.setProxy(url);
setProxy: function(proxyConfig) {
this.apiClient.setProxy(proxyConfig);
},

@@ -345,0 +345,0 @@

{
"name": "notifications-node-client",
"version": "5.0.1",
"version": "5.0.2",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc