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.6.0 to 0.7.0

dist/addlauncherstep.js

17

package.json
{
"name": "jam-pack-nodegui",
"version": "0.6.0",
"version": "0.7.0",
"description": "Tool to package NodeGui applications",
"source": "build/main.js",
"main": "dist/bundle.cjs",
"main": "dist/main.js",
"author": "Simon Edwards <simon@simonzone.com>",
"license": "MIT",
"scripts": {
"build": "yarn run build:code && yarn run build:bundle",
"build": "yarn run build:code",
"build:code": "tsc",
"build:bundle": "parcel build --target main",
"clean": "shx rm -rf build dist",
"run": "node dist/bundle.cjs -c test-config.json",
"clean": "shx rm -rf dist",
"run": "node dist/main.js -c test-config.json",
"test": "yarn run build && yarn node --experimental-vm-modules $(yarn bin jest)"
},
"bin": "./dist/bundle.cjs",
"bin": "./dist/main.js",
"files": [
"dist/bundle.cjs",
"dist/*.js",
"README.md",

@@ -39,3 +37,2 @@ "LICENSE.txt"

"jest": "27.5.1",
"parcel": "^2.7.0",
"shx": "^0.3.4",

@@ -42,0 +39,0 @@ "typescript": "^4.7.4"

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