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 10.11.0 to 10.11.1

EdgeJs.sln

2

package.json

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

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

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

@@ -8,3 +8,2 @@ .NET and Node.js in-process on Electron

Compatible with
* Electron 1.4.x - Node.js v6.5.0.
* Electron 1.6.x - Node.js v7.4.0.

@@ -15,3 +14,3 @@ * Electron 1.7.x - Node.js v7.9.0.

* Electron 3.0.x - Node.js v10.2.0.
* Electron 4.0.x - Node.js v10.11.0.
* Electron 4.0.4+ - Node.js v10.11.0.

@@ -25,3 +24,3 @@ Usage is the same as edge or edge-js, replace `require('edge')` or `require('edge-js')` with `require('electron-edge-js')`:

```diff
-var edge = require('edge');
-var edge = require('edge-js');
+var edge = require('electron-edge-js');

@@ -47,1 +46,5 @@

* Supports majority of Electron versions.
## Quick start
Simple app that shows how to work with .NET Core and .NET Standard using compiled C# libraries. https://github.com/agracio/electron-edge-js-quick-start

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

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