twilio-notifications
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -151,6 +151,6 @@ 'use strict'; | ||
_this._emsClient.setToken(fpaToken).then(function (response) { | ||
return response.token; | ||
}).then(function (token) { | ||
_this._config.updateToken(token); | ||
_this._config.updateToken(response.token); | ||
_this._registrar.updateToken(); | ||
}).catch(function (e) { | ||
_logger2.default.warn('Failed to set token', e); | ||
}); | ||
@@ -157,0 +157,0 @@ |
{ | ||
"name": "twilio-notifications", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Client library for Twilio Notifications service", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
1534132
28919