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 1.0.0 to 1.1.0

2

lib/bootstrap/project.json

@@ -6,3 +6,3 @@ {

"NETStandard.Library": "1.6.0",
"Edge.js.CSharp": "1.0.0"
"Edge.js.CSharp": "1.1.0"
}

@@ -9,0 +9,0 @@ }

@@ -8,3 +8,3 @@ var path = require('path');

exports.getBootstrapDependencyManifest = function() {
return path.join(__dirname, 'bootstrap', 'bin', 'Release', 'netstandard1.5', 'bootstrap.deps.json');
return path.join(__dirname, 'bootstrap', 'bin', 'Release', 'netstandard1.6', 'bootstrap.deps.json');
}

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

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

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

{
"version": "1.0.0",
"version": "1.1.0",
"title": "C# compiler for Edge.js",

@@ -4,0 +4,0 @@ "description": "Edge.js enables scripting CLR languages from Node.js. This package is a dependency of Edge.js and supports scripting C# from Node.",

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