New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smsg

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smsg - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

lib/index.js

@@ -81,3 +81,3 @@ 'use strict'

const phone_number = function (title, url) {
const phone_number = function (title, payload) {
if (typeof title !== 'string') {

@@ -93,3 +93,3 @@ throw TypeError(`[smsg#phone_number] 'title' must be a string.`)

title: title,
url: url,
payload: payload,
type: 'phone_number'

@@ -96,0 +96,0 @@ }

{
"name": "smsg",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple library for constructing structured messages for the Messenger Platform Send API.",

@@ -5,0 +5,0 @@ "main": "lib/index.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