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 5.5.0 to 5.5.1

2

dist/CloudAPI/index.d.ts

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

*/
static createVerifyToken({ length, encoding, random, }: WhatsAppAPICreateVerifyTokenParams): string;
static createVerifyToken({ length, encoding, random, }?: WhatsAppAPICreateVerifyTokenParams): string;
}

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

random = crypto_1.randomBytes
}) {
} = {}) {
return random(length).toString(encoding);

@@ -28,0 +28,0 @@ }

{
"name": "@great-detail/whatsapp",
"version": "5.5.0",
"version": "5.5.1",
"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.",

@@ -104,5 +104,5 @@ /**

random = randomBytes,
}: WhatsAppAPICreateVerifyTokenParams): string {
}: WhatsAppAPICreateVerifyTokenParams = {}): string {
return random(length).toString(encoding);
}
}

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