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

gui

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gui - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

7

install.js

@@ -21,2 +21,5 @@ #!/usr/bin/env node

nodever = nodever.substr(1)
let platform = process.platform
if (process.env.npm_config_platform)
platform = process.env.npm_config_platform
let targetCpu = process.env.npm_config_arch

@@ -36,3 +39,3 @@ if (!targetCpu)

darwin: 'mac',
}[process.platform]
}[platform]
const filename = `node_yue_${runtime}_${shortver}_${version}_${targetOs}_${targetCpu}.zip`

@@ -43,5 +46,5 @@

downloadYue(version, filename, __dirname, token).catch((e) => {
downloadYue('yue', version, filename, __dirname, token).catch((e) => {
console.error('Failed to download yue:', e.message)
process.exit(1)
})
{
"name": "gui",
"version": "0.3.1",
"version": "0.3.2",
"description": "Bindings to Yue's GUI library",

@@ -12,8 +12,8 @@ "repository": "https://github.com/yue/node-gui",

"dependencies": {
"download-yue": "1.x"
"download-yue": "2.x"
},
"engines": {
"node": ">=8",
"electron": ">=1.6"
"electron": ">=1.7"
}
}
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