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

@mengkodingan/ckptw

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mengkodingan/ckptw - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

lib/Classes/Ctx.d.ts

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

simulateRecording(): void;
editMessage(key: WAProto.IMessageKey, newText: string): Promise<void>;
editMessage(key: WAProto.IMessageKey, newText: string): Promise<WAProto.WebMessageInfo | undefined>;
sendPoll(jid: string, args: {

@@ -47,0 +47,0 @@ name: string;

@@ -131,11 +131,6 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
yield this._client.relayMessage(this.id, {
protocolMessage: {
key,
type: 14,
editedMessage: {
conversation: newText
}
}
}, {});
return yield this._client.sendMessage(this.id, {
text: newText,
edit: key,
});
});

@@ -142,0 +137,0 @@ }

{
"name": "@mengkodingan/ckptw",
"version": "4.1.0",
"version": "4.1.1",
"description": "An easy way to make a WhatsApp Bot.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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