Socket
Socket
Sign inDemoInstall

@cmdotcom/text-sdk

Package Overview
Dependencies
49
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [1.3.4] - 2021-04-09
### Added
- Support for the Facebook Messenger and Google Business Messages channel
## [1.3.3] - 2020-12-23

@@ -2,0 +6,0 @@ ### Added

2

dist/lib/MessageApiClient.d.ts
/// <reference types="node" />
import * as CMTypes from "../typescript-node-client/api";
import http = require('http');
export declare type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush";
export declare type Channel = "SMS" | "Viber" | "RCS" | "Apple Business Chat" | "WhatsApp" | "Twitter" | "MobilePush" | "Facebook Messenger" | "Google Business Messages";
export declare type RichMessage = CMTypes.RichMessage;

@@ -6,0 +6,0 @@ export declare type Suggestion = CMTypes.Suggestion;

{
"name": "@cmdotcom/text-sdk",
"version": "1.3.3",
"version": "1.3.4",
"description": "Package to make it very easy to send text messages with CM.com",

@@ -5,0 +5,0 @@ "keywords": [

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