New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electron-edge-js

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-edge-js - npm Package Compare versions

Comparing version 30.1.2 to 31.0.0

lib/native/win32/arm64/31.0.0/edge_coreclr.node

6

package.json

@@ -8,3 +8,3 @@ {

},
"version": "30.1.2",
"version": "31.0.0",
"description": "Edge.js: run .NET and Node.js in-process on Electron",

@@ -47,6 +47,6 @@ "tags": [

"follow-redirects": "^1.15.6",
"nan": "^2.19.0"
"nan": "^2.20.0"
},
"devDependencies": {
"electron": "^30.1.0",
"electron": "^31.0.0",
"mocha": "10.4.0",

@@ -53,0 +53,0 @@ "mochawesome": "^7.1.3"

# .NET and Node.js in-process on Electron
This is a fork of [edge-js](https://github.com/agracio/edge-js) adapted to support [Electron](https://github.com/electron/electron/).
**This is a fork of [edge-js](https://github.com/agracio/edge-js) adapted to support [Electron](https://github.com/electron/electron/)**

@@ -17,2 +17,3 @@ ### Windows binaries pre-compiled for

| Electron 30.1.x | v20.14.0 | :heavy_check_mark: | :heavy_check_mark: |
| Electron 31.x | v20.14.0 | :heavy_check_mark: | :heavy_check_mark: |

@@ -41,3 +42,3 @@ - You do not need to use the same version of Node.js in your project as Electron Node.js version

Electron is built using specific version of Node.js. In order to use `edge-js` in Electron project you would need to recompile it using the same Node.js version and Electron headers.
Electron is built using specific version of Node.js. To use `edge-js` in Electron project you would need to recompile it using the same Node.js version and Electron headers.

@@ -69,3 +70,4 @@ `electron-edge-js` comes precompiled with correct Node.js versions and headers.

electronBuilder: {
externals:["electron-edge-js"]
externals:["electron-edge-js"]
}
}

@@ -72,0 +74,0 @@ }

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