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

@electron/rebuild

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron/rebuild - npm Package Compare versions

Comparing version 3.6.2 to 3.7.0

5

lib/module-type/node-gyp/worker.js

@@ -6,4 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const node_gyp_1 = __importDefault(require("node-gyp"));
const util_1 = require("util");
const node_gyp_1 = __importDefault(require("@electron/node-gyp"));
process.on('message', async ({ nodeGypArgs, devDir, extraNodeGypArgs, }) => {

@@ -29,3 +28,3 @@ const nodeGyp = (0, node_gyp_1.default)();

}
await (0, util_1.promisify)(nodeGyp.commands[command.name])(command.args);
await nodeGyp.commands[command.name](command.args);
command = nodeGyp.todo.shift();

@@ -32,0 +31,0 @@ }

9

package.json
{
"name": "@electron/rebuild",
"version": "3.6.2",
"version": "3.7.0",
"description": "Electron supporting package to rebuild native node modules against the currently installed electron",

@@ -32,3 +32,6 @@ "main": "lib/main.js",

],
"author": "Paul Betts <paul@paulbetts.org>",
"authors": [
"Ani Betts <anais@anaisbetts.org>",
"Electron Community"
],
"license": "MIT",

@@ -43,2 +46,3 @@ "bugs": {

"dependencies": {
"@electron/node-gyp": "https://github.com/electron/node-gyp#06b29aafb7708acef8b3669835c8a7857ebc92d2",
"@malept/cross-spawn-promise": "^2.0.0",

@@ -52,3 +56,2 @@ "chalk": "^4.0.0",

"node-api-version": "^0.2.0",
"node-gyp": "^9.0.0",
"ora": "^5.1.0",

@@ -55,0 +58,0 @@ "read-binary-file-arch": "^1.0.6",

Sorry, the diff of this file is not supported yet

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