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

botbuilder-wechaty-connector

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-wechaty-connector - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

{
"name": "botbuilder-wechaty-connector",
"version": "3.0.1",
"version": "3.0.2",
"description": "Microsoft Bot Framework v3 Connector for Wechat PERSONAL Account",

@@ -5,0 +5,0 @@ "main": "src/wechaty-connector.js",

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

try {
const wechatyContact = wechaty_1.Contact.load(msg.address.user.id);
const wechatyContact = this.wechaty.Contact.load(msg.address.user.id);
yield wechatyContact.ready();

@@ -190,0 +190,0 @@ if (msg.type === 'delay') {

Sorry, the diff of this file is not supported yet