Socket
Socket
Sign inDemoInstall

xfuture

Package Overview
Dependencies
2
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

10

index.js

@@ -5,12 +5,6 @@ let LVRTCEngineNativePath = "";

if (os.platform() === "win32") {
LVRTCEngineNativePath = "./sdk/x86/linkv_engine";
LVRTCEngineNativePath = "./package/win/xFuture";
isMac = false;
} else if (os.platform() === "darwin") {
let arch = os.arch();
if (arch == "arm64") {
LVRTCEngineNativePath = "./sdk/mac_arm64/xFuture";
}
else {
LVRTCEngineNativePath = "./sdk/mac/xFuture";
}
LVRTCEngineNativePath = "./package/mac/xFuture"
} else {

@@ -17,0 +11,0 @@ throw ("Platform not supported")

2

package.json
{
"name": "xfuture",
"version": "1.0.1",
"version": "1.0.2",
"description": "electron vpn sdk",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc