@electron/build-tools
Advanced tools
Comparing version 1.2.0 to 2.0.0
{ | ||
"name": "@electron/build-tools", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "A wrapper toolkit for working with Electron.js source code", | ||
@@ -14,2 +14,5 @@ "main": "index.js", | ||
], | ||
"engines": { | ||
"node": ">= 18.0.0" | ||
}, | ||
"scripts": { | ||
@@ -19,3 +22,3 @@ "preinstall": "node preinstall.js", | ||
"prettier:write": "prettier --write \"**/*.js\"", | ||
"test": "npx mocha --reporter spec" | ||
"test": "node --test" | ||
}, | ||
@@ -32,9 +35,8 @@ "repository": { | ||
"homepage": "https://github.com/electron/build-tools-installer#readme", | ||
"publishConfig": { | ||
"provenance": true | ||
}, | ||
"devDependencies": { | ||
"mocha": "^10.1.0", | ||
"prettier": "^1.19.1" | ||
}, | ||
"resolutions": { | ||
"jackspeak": "2.1.1" | ||
"prettier": "^3.3.3" | ||
} | ||
} |
# Electron Build Tools Installer | ||
[![CircleCI build status](https://circleci.com/gh/electron/build-tools-installer/tree/main.svg?style=shield)](https://circleci.com/gh/electron/build-tools-installer/tree/main) | ||
[![Test](https://github.com/electron/build-tools-installer/actions/workflows/test.yml/badge.svg)](https://github.com/electron/build-tools-installer/actions/workflows/test.yml) | ||
[![npm version](http://img.shields.io/npm/v/@electron/build-tools.svg)](https://npmjs.org/package/@electron/build-tools) | ||
@@ -5,0 +5,0 @@ |
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
const ePath = resolve(homedir(), '.electron_build_tools', 'src', 'e'); | ||
process.argv = process.argv.map(arg => { | ||
process.argv = process.argv.map((arg) => { | ||
if (existsSync(arg)) { | ||
@@ -11,0 +11,0 @@ return realpathSync(arg) === realpathSync(__filename) ? ePath : arg; |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5307
1
1