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

jam-pack-nodegui

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jam-pack-nodegui - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

4

dist/nsisstep.js

@@ -126,4 +126,4 @@ "use strict";

}
const extraInstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraInstallCommands.join("\n") ?? "";
const extraUninstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraUninstallCommands.join("\n") ?? "";
const extraInstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraInstallCommands?.join("\n") ?? "";
const extraUninstallCommands = __classPrivateFieldGet(this, _NSISStep_config, "f").extraUninstallCommands?.join("\n") ?? "";
const smallIconPath = path.join(sourcedir_js_1.path, "../resources/icons/small_logo.ico");

@@ -130,0 +130,0 @@ let installerIconPath = smallIconPath;

{
"name": "jam-pack-nodegui",
"version": "0.17.0",
"version": "0.18.0",
"description": "Tool to package NodeGui applications",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

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