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.1.12 to 0.1.13

9

dist/index.js

@@ -6,10 +6,7 @@ "use strict";

* @Last Modified by: YoneyY (YuTianyuan)
* @Last Modified time: 2022-02-08 17:01:19
* @Last Modified time: 2022-02-08 17:32:07
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = __importDefault(require("path"));
const w = require(path_1.default.join(__dirname, '../build/Release/bf-wchat.node'));
// import path from 'path';
const w = require('bindings')('bf-wchat');
class WeWorkChat {

@@ -16,0 +13,0 @@ corpid;

{
"name": "bf-wchat",
"version": "0.1.12",
"version": "0.1.13",
"description": "Enterprise WeChat chat archive.",

@@ -31,3 +31,5 @@ "main": "dist/index.js",

},
"dependencies": {},
"dependencies": {
"bindings": "^1.5.0"
},
"devDependencies": {

@@ -34,0 +36,0 @@ "@types/node": "^17.0.15",

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