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.1.1 to 0.2.0

10

install.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

// Which binary to download.
// Parse runtimes and versions.
let runtime = process.env.npm_config_runtime

@@ -30,2 +30,10 @@ if (!runtime)

shortver = shortver.substring(0, shortver.lastIndexOf('.'))
// Electron 1.8.x is the same with Node 8.x
if (runtime == 'electron' && shortver == '1.8') {
runtime = 'node'
shortver = '8'
}
// Get the filename of binary.
const targetOs = {

@@ -32,0 +40,0 @@ win32: 'win',

2

package.json
{
"name": "gui",
"version": "0.1.1",
"version": "0.2.0",
"description": "Bindings to Yue's GUI library",

@@ -5,0 +5,0 @@ "repository": "https://github.com/yue/node-gui",

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