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

edge-cs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-cs - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

lib/edge-cs.js
exports.getCompiler = function () {
return __dirname + '\\edge-cs.dll';
return process.env.EDGE_CS_NATIVE || (__dirname + '\\edge-cs.dll');
};

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

},
"version": "0.1.0",
"version": "0.2.0",
"description": "Edge-cs: run C# and node.js code in-process with edge.js",

@@ -11,0 +11,0 @@ "tags" : ["owin", "edge", "net", "clr", "c#", "managed", ".net"],

edge-cs
=======
C# compiler for edge.js
This is a C# compiler for edge.js.
See [edge.js overview](http://tjanczuk.github.com/edge) and [edge.js on GitHub](https://github.com/tjanczuk/egde) for more information.

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