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

twilio-notifications

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-notifications - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

lib/client.js

@@ -160,4 +160,4 @@ 'use strict';

*/
NotificationsClient.prototype.setGCMToken = function(gcmToken) {
this._registrar.setNotificationId('gcm', gcmToken);
NotificationsClient.prototype.setPushRegistrationId = function(type, registrationId) {
this._registrar.setNotificationId(type, registrationId);
};

@@ -164,0 +164,0 @@

@@ -26,2 +26,3 @@ 'use strict';

this._connectors.set('gcm', new ErsConnector({ productId, platform }, transport, config, 'gcm'));
this._connectors.set('apn', new ErsConnector({ productId, platform }, transport, config, 'apn'));

@@ -28,0 +29,0 @@ this._connectors.get('twilsock')

{
"name": "twilio-notifications",
"version": "0.1.6",
"version": "0.1.7",
"description": "Client library for Twilio Notifications service",

@@ -5,0 +5,0 @@ "main": "lib/client.js",

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