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

@great-detail/whatsapp

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@great-detail/whatsapp - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

2

dist/CloudAPI/index.d.ts

@@ -45,3 +45,3 @@ /**

*/
message({ businessID: overrideBusinessID, logger, ...params }: CloudAPIMessageParams): CloudAPIMessage;
message({ businessID: overrideBusinessID, logger, ...params }?: CloudAPIMessageParams): CloudAPIMessage;
}

@@ -24,3 +24,3 @@ "use strict";

...params
}) {
} = {}) {
const businessID = overrideBusinessID ?? this._businessID;

@@ -27,0 +27,0 @@ if (!businessID) {

{
"name": "@great-detail/whatsapp",
"version": "6.0.1",
"version": "6.0.2",
"type": "commonjs",

@@ -5,0 +5,0 @@ "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.",

@@ -59,3 +59,3 @@ /**

...params
}: CloudAPIMessageParams) {
}: CloudAPIMessageParams = {}) {
const businessID = overrideBusinessID ?? this._businessID;

@@ -62,0 +62,0 @@ if (!businessID) {

Sorry, the diff of this file is not supported yet

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