Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bf-wchat

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bf-wchat - npm Package Compare versions

Comparing version 0.2.6 to 0.2.8

build/Release/.deps/Makefile.d

13

dist/index.d.ts

@@ -7,2 +7,13 @@ declare namespace WeWorkChat {

}
interface GetChatDatasReturnMember {
errcode: number;
errmsg: string;
chatdata: Array<{
seq: number;
msgid: string;
publickey_ver: number;
encrypt_random_key: string;
encrypt_chat_msg: string;
}>;
}
}

@@ -45,3 +56,3 @@ declare class WeWorkChat {

timeout: number;
}): Promise<Record<string, unknown>>;
}): Promise<WeWorkChat.GetChatDatasReturnMember>;
/**

@@ -48,0 +59,0 @@ * RSA解密

2

dist/index.js

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

* @Last Modified by: YoneyY (YuTianyuan)
* @Last Modified time: 2022-02-22 02:03:25
* @Last Modified time: 2022-02-22 02:43:38
*/

@@ -9,0 +9,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "bf-wchat",
"version": "0.2.6",
"version": "0.2.8",
"description": "Enterprise WeWork chat archive.",

@@ -42,3 +42,3 @@ "main": "index.js",

"dev": "tsc -p tsconfig.json -w",
"prepublishOnly": "node-gyp build",
"prepublishOnly": "yarn build",
"prebenchmark": "node-gyp build"

@@ -45,0 +45,0 @@ },

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