electron-edge-js
Advanced tools
Comparing version 30.0.2 to 30.1.0
@@ -20,3 +20,3 @@ var fs = require('fs') | ||
throw new Error(`The edge module has not been pre-compiled for ${process.versions.electron ? `Electron version ${process.versions.electron}` : `Node.js version ${process.versions.node}` } ` + | ||
'. You must build a custom version of edge.node. Please refer to https://github.com/agracio/edge-js ' + | ||
'. You must build a custom version of edge.node. Please refer to https://github.com/agracio/electron-edge-js ' + | ||
'for building instructions.'); | ||
@@ -23,0 +23,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "30.0.2", | ||
"version": "30.1.0", | ||
"description": "Edge.js: run .NET and Node.js in-process on Electron", | ||
@@ -45,7 +45,8 @@ "tags": [ | ||
"dependencies": { | ||
"edge-cs": "npm:@agracio/edge-cs@^1.3.5", | ||
"edge-cs": "npm:@agracio/edge-cs@^1.3.7", | ||
"follow-redirects": "^1.15.6", | ||
"nan": "^2.19.0" | ||
}, | ||
"devDependencies": { | ||
"electron": "^30.0.2", | ||
"electron": "^30.1.0", | ||
"mocha": "10.4.0", | ||
@@ -52,0 +53,0 @@ "mochawesome": "^7.1.3" |
@@ -7,19 +7,15 @@ # .NET and Node.js in-process on Electron | ||
| Electron | Node.Js Version | | ||
| ------------- | ---------------- | | ||
| Electron 19.x | v16.14.2 | | ||
| Electron 20.x | v16.15.0 | | ||
| Electron 21.x | v16.16.0 | | ||
| Electron 22.x | v16.17.1 | | ||
| Electron 23.x | v18.12.1 | | ||
| Electron 24.x | v18.14.0 | | ||
| Electron 25.x | v18.15.0 | | ||
| Electron 26.x | v18.16.1 | | ||
| Electron 27.x | v18.17.1 | | ||
| Electron 28.x | v18.18.2 | | ||
| Electron 29.x | v20.9.0 | | ||
| Electron 30.x | v20.11.1 | | ||
| Electron | Node.Js | x86/x64 | arm64 | | ||
| --------------- | ---------------- | ------------------ | ------------------ | | ||
| Electron 23.x | v18.12.1 | :heavy_check_mark: | :x: | | ||
| Electron 24.x | v18.14.0 | :heavy_check_mark: | :x: | | ||
| Electron 25.x | v18.15.0 | :heavy_check_mark: | :x: | | ||
| Electron 26.x | v18.16.1 | :heavy_check_mark: | :x: | | ||
| Electron 27.x | v18.17.1 | :heavy_check_mark: | :x: | | ||
| Electron 28.x | v18.18.2 | :heavy_check_mark: | :x: | | ||
| Electron 29.x | v20.9.0 | :heavy_check_mark: | :heavy_check_mark: | | ||
| Electron 30.1.x | v20.14.0 | :heavy_check_mark: | :heavy_check_mark: | | ||
- You do not need to use the same version of Node.js in your project as Electron Node.js version | ||
- On Linux and MacOS `npm install` will compile binaries with correct Node.Js headers for a given Electron version. | ||
- On Linux and macOS `npm install` will compile binaries with correct Node.Js headers for a given Electron version. | ||
@@ -26,0 +22,0 @@ #### Usage is the same as edge-js, replace `require('edge-js')` with `require('electron-edge-js')`: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
17
11793089
3
152
143
+ Addedfollow-redirects@^1.15.6
+ Addedfollow-redirects@1.15.9(transitive)