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

@windmemory/wechaty

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windmemory/wechaty - npm Package Compare versions

Comparing version 0.23.40 to 0.23.41

2

package.json
{
"name": "@windmemory/wechaty",
"version": "0.23.40",
"version": "0.23.41",
"description": "Wechaty is a Bot SDK for Wechat Personal Account",

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

@@ -385,4 +385,4 @@ /**

public say (text: string) : Promise<void>
public say (text: string, mention: Contact) : Promise<void>
public say (text: string, mention: Contact[]) : Promise<void>
public say (text: string, mention: Contact, rawText?: boolean) : Promise<void>
public say (text: string, mention: Contact[], rawText?: boolean) : Promise<void>
public say (file: FileBox) : Promise<void>

@@ -389,0 +389,0 @@ public say (url: UrlLink) : Promise<void>

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