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 29.0.1 to 29.0.2

2

package.json

@@ -7,3 +7,3 @@ {

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

@@ -10,0 +10,0 @@ "tags": [

@@ -5,3 +5,3 @@ # .NET and Node.js in-process on Electron

Windows binaries pre-compiled for
### Windows binaries pre-compiled for

@@ -43,3 +43,11 @@ | Electron | Node.Js Version |

```
## Migration to .NET Core 3.1 :exclamation:
Edge.Js C# code has been migrated to .NET 3.1. If your project is referencing `EdgeJs.dll` and/or `Edge.js.CSharp.dll` file locations have changed.
```bash
node_modules/electron-edge-js/lib/bootstrap/bin/Release/netcoreapp3.1/EdgeJs.dll
node_modules/electron-edge-js/lib/bootstrap/bin/Release/netcoreapp3.1/Edge.js.CSharp.dll
```
## Requirements (Windows)

@@ -46,0 +54,0 @@

@@ -5,3 +5,3 @@ /*jshint esversion: 6 */

const Mocha = require('mocha');
const merge = require('mochawesome-merge');
//const merge = require('mochawesome-merge');

@@ -8,0 +8,0 @@ const baseNetAppPath = path.join(__dirname, '/bin/Debug/netcoreapp3.1/');

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