Comparing version 0.1.12 to 0.1.13
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
15760652
1
150
+ Addedbindings@^1.5.0
+ Addedbindings@1.5.0(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)