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.5.8 to 0.5.9-rc1

2

lib/client.d.ts

@@ -25,3 +25,3 @@ /// <reference types="node" />

constructor(token: string, options?: any);
readonly connectionState: ConnectionState;
get connectionState(): ConnectionState;
/**

@@ -28,0 +28,0 @@ * Routes messages to the external subscribers

@@ -6,4 +6,4 @@ declare class Configuration {

updateToken(token: string): void;
readonly token: string;
get token(): string;
}
export { Configuration };
{
"name": "twilio-notifications",
"version": "0.5.8",
"version": "0.5.9-rc1",
"description": "Client library for Twilio Notifications service",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"dependencies": {
"twilsock": "^0.5.11",
"twilsock": "0.5.12-rc3",
"loglevel": "^1.6.3",

@@ -21,0 +21,0 @@ "operation-retrier": "^3.0.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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