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

edge

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge - npm Package Compare versions

Comparing version 5.9.2 to 6.5.1

lib/native/win32/ia32/6.4.0/.npmignore

4

lib/bootstrap/project.json

@@ -13,4 +13,4 @@ {

},
"Edge.js": "5.9.2",
"Edge.js.CSharp": "1.0.0"
"Edge.js": "6.5.1",
"Edge.js.CSharp": "1.2.0"
}

@@ -17,0 +17,0 @@ }

@@ -0,0 +0,0 @@ // Fix #176 for GUI applications on Windows

@@ -12,2 +12,3 @@ var fs = require('fs')

[ /^5\./, '5.1.0' ],
[ /^6\./, '6.4.0' ],
];

@@ -14,0 +15,0 @@

@@ -0,0 +0,0 @@ Copyright 2012 Tomasz Janczuk

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

},
"version": "5.9.2",
"version": "6.5.1",
"description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux",

@@ -33,3 +33,3 @@ "tags": [

"dependencies": {
"edge-cs": "1.0.0",
"edge-cs": "1.2.1",
"nan": "^2.0.9"

@@ -36,0 +36,0 @@ },

@@ -0,0 +0,0 @@ function help() {

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

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ var edge = require('../lib/edge');

@@ -0,0 +0,0 @@ var edge = require('../lib/edge');

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.io/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ // Overview of edge.js: http://tjanczuk.github.com/edge

@@ -0,0 +0,0 @@ Foundations:

https://github.com/Microsoft/cpprestsdk
{
"version": "5.9.2",
"description": "With Edge.js you can script Node.js in a .NET application. Edge.js allows you to run Node.js and .NET code in one process. You can call Node.js functions from .NET and .NET functions from Node.js. Edge.js takes care of marshalling data between CLR and V8. Edge.js also reconciles threading models of single threaded V8 and multi-threaded CLR. Edge.js ensures correct lifetime of objects on V8 and CLR heaps. Edge.js NuGet package v5.9.2 supports scripting Node.js v5.9.1 with Edge.js v5.9.2.",
"version": "6.5.1",
"description": "With Edge.js you can script Node.js in a .NET application. Edge.js allows you to run Node.js and .NET code in one process. You can call Node.js functions from .NET and .NET functions from Node.js. Edge.js takes care of marshalling data between CLR and V8. Edge.js also reconciles threading models of single threaded V8 and multi-threaded CLR. Edge.js ensures correct lifetime of objects on V8 and CLR heaps. This Edge.js NuGet package supports scripting Node.js v6.5.0.",
"copyright": "Copyright 2015 Tomasz Janczuk",

@@ -20,6 +20,2 @@ "packOptions": {

"netstandard1.6": {
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81"
],
"dependencies": {

@@ -41,3 +37,2 @@ "NETStandard.Library": "1.6.0",

"System.Collections.Specialized": "4.0.1",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
"Microsoft.Extensions.DependencyModel": "1.0.0",

@@ -44,0 +39,0 @@ "Microsoft.DotNet.InternalAbstractions": "1.0.0",

@@ -0,0 +0,0 @@ // Tests calls from JS to CLR where CLR completes on V8 thread by invoking JS callback

@@ -0,0 +0,0 @@ var edge = require('../lib/edge.js'), assert = require('assert')

@@ -0,0 +0,0 @@ var edge = require('../lib/edge.js'), assert = require('assert')

@@ -0,0 +0,0 @@ /**

@@ -529,3 +529,3 @@ var edge = require('../lib/edge.js'), assert = require('assert')

function (error) {
if ((error instanceof Error) && error.message.match(/Could not load file or assembly 'Package\.Doesnt\.Exist/)) {
if ((error instanceof Error) && error.message.match(/Could not load the specified file/)) {
return true;

@@ -532,0 +532,0 @@ }

@@ -0,0 +0,0 @@ var edge = require('../lib/edge.js'), assert = require('assert')

@@ -216,2 +216,3 @@ var edge = require('../lib/edge.js'), assert = require('assert'), path = require('path');

if (process.env.EDGE_USE_CORECLR) {

@@ -256,3 +257,17 @@ it('merged dependencies choose correct version', function (done) {

});
it('can deserialize using XmlSerializer', function (done) {
var func = edge.func({
assemblyFile: edgeTestDll,
typeName: 'Edge.Tests.Startup',
methodName: 'DeserializeObject'
});
func(null, function (error, result) {
assert.equal(result.AttributeValue, "My attribute value");
assert.equal(result.ElementValue, "This is an element value");
done();
});
});
}
});
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Tomasz Janczuk\\.nuget\\packages"
"/home/tomek/.nuget/packages"
]
}
}

@@ -26,4 +26,6 @@ {

},
"Edge.js": "5.9.2",
"Edge.js.CSharp": "1.0.0"
"Edge.js": "6.5.1",
"Edge.js.CSharp": "1.2.0",
"System.Xml.XmlSerializer": "4.0.11",
"System.Xml.ReaderWriter": "4.0.11"
}

@@ -39,11 +41,3 @@ }

}
},
"runtimes": {
"win7-x64": { },
"debian-x64": { },
"rhel-x64": { },
"ubuntu.14.04-x64": { },
"osx.10.10-x64": { }
}
}

@@ -0,0 +0,0 @@ try {

@@ -0,0 +0,0 @@ var http = require('http');

@@ -0,0 +0,0 @@ var fs = require('fs')

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var spawn = require('child_process').spawn;

@@ -0,0 +0,0 @@ var fs = require('fs');

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

Sorry, the diff of this file is too big to display

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 too big to display

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

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

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

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

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

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 too big to display

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

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

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

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

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

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

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

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

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

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

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

Sorry, the diff of this file is too big to display

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

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

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

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

Sorry, the diff of this file is too big to display

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

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