jam-pack-nodegui
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
27
2395
135287
9
1