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

@electron/build-tools

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron/build-tools - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

16

package.json
{
"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;

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