Socket
Socket
Sign inDemoInstall

@neo-one/node-vm

Package Overview
Dependencies
56
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.1 to 3.11.2

lib/bin/Debug/net5.0/Akka.dll

24

CHANGELOG.json

@@ -5,2 +5,26 @@ {

{
"version": "3.11.2",
"tag": "@neo-one/node-vm_v3.11.2",
"date": "Tue, 07 Dec 2021 02:24:31 GMT",
"comments": {
"dependency": [
{
"comment": "Dependency @neo-one/client-common version bump from ^3.9.1 to ^3.11.2."
}
]
}
},
{
"version": "3.10.0",
"tag": "@neo-one/node-vm_v3.10.0",
"date": "Tue, 07 Dec 2021 02:13:56 GMT",
"comments": {
"minor": [
{
"comment": "Updates for VM and net5.0"
}
]
}
},
{
"version": "3.9.1",

@@ -7,0 +31,0 @@ "tag": "@neo-one/node-vm_v3.9.1",

14

CHANGELOG.md
# Change Log - @neo-one/node-vm
This log was last generated on Wed, 03 Nov 2021 23:01:17 GMT and should not be manually modified.
This log was last generated on Tue, 07 Dec 2021 02:24:31 GMT and should not be manually modified.
## 3.11.2
Tue, 07 Dec 2021 02:24:31 GMT
*Version update only*
## 3.10.0
Tue, 07 Dec 2021 02:13:56 GMT
### Minor changes
- Updates for VM and net5.0
## 3.9.1

@@ -6,0 +18,0 @@ Wed, 03 Nov 2021 23:01:17 GMT

2

dist/cjs/utils.js

@@ -12,3 +12,3 @@ "use strict";

const APP_ROOT = directory === 'cjs' || directory === 'esm' ? path_1.default.resolve(__dirname, '..', '..') : path_1.default.resolve(__dirname, '..');
const CSHARP_APP_ROOT = (_a = process.env.EDGE_APP_ROOT) !== null && _a !== void 0 ? _a : path_1.default.resolve(APP_ROOT, 'lib', 'bin', 'Debug', 'netcoreapp3.0');
const CSHARP_APP_ROOT = (_a = process.env.EDGE_APP_ROOT) !== null && _a !== void 0 ? _a : path_1.default.resolve(APP_ROOT, 'lib', 'bin', 'Debug', 'net5.0');
exports.constants = {

@@ -15,0 +15,0 @@ APP_ROOT,

@@ -7,3 +7,3 @@ import { common } from '@neo-one/client-common';

const APP_ROOT = directory === 'cjs' || directory === 'esm' ? path.resolve(__dirname, '..', '..') : path.resolve(__dirname, '..');
const CSHARP_APP_ROOT = process.env.EDGE_APP_ROOT ?? path.resolve(APP_ROOT, 'lib', 'bin', 'Debug', 'netcoreapp3.0');
const CSHARP_APP_ROOT = process.env.EDGE_APP_ROOT ?? path.resolve(APP_ROOT, 'lib', 'bin', 'Debug', 'net5.0');
export const constants = {

@@ -10,0 +10,0 @@ APP_ROOT,

@@ -20,3 +20,3 @@ {

"originalTargetFrameworks": [
"netcoreapp3.0"
"net5.0"
],

@@ -27,3 +27,4 @@ "sources": {

"frameworks": {
"netcoreapp3.0": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {}

@@ -39,3 +40,4 @@ }

"frameworks": {
"netcoreapp3.0": {
"net5.0": {
"targetAlias": "net5.0",
"dependencies": {

@@ -46,2 +48,6 @@ "Microsoft.CSharp": {

},
"Microsoft.CodeAnalysis": {
"target": "Package",
"version": "[3.11.0, )"
},
"Microsoft.DotNet.InternalAbstractions": {

@@ -51,21 +57,25 @@ "target": "Package",

},
"Microsoft.Extensions.Configuration.Abstractions": {
"target": "Package",
"version": "[6.0.0, )"
},
"Microsoft.Extensions.Configuration.Binder": {
"target": "Package",
"version": "[5.0.0, )"
"version": "[6.0.0, )"
},
"Microsoft.Extensions.Configuration.Json": {
"target": "Package",
"version": "[3.1.3, )"
"version": "[6.0.0, )"
},
"Microsoft.Extensions.DependencyModel": {
"target": "Package",
"version": "[5.0.0, )"
"version": "[6.0.0, )"
},
"Neo-NEO-ONE-Fork": {
"target": "Package",
"version": "[3.0.3, )"
"version": "[3.0.3.1, )"
},
"Neo-VM-N1-Fork": {
"target": "Package",
"version": "[3.0.1, )"
"version": "[3.0.1.1, )"
},

@@ -91,8 +101,2 @@ "RocksDbNative": {

"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[3.0.1, 3.0.1]"
}
],
"frameworkReferences": {

@@ -103,3 +107,3 @@ "Microsoft.NETCore.App": {

},
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/3.1.401/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/5.0.302/RuntimeIdentifierGraph.json"
}

@@ -106,0 +110,0 @@ }

{
"name": "@neo-one/node-vm",
"version": "3.9.1",
"version": "3.11.2",
"description": "NEO•ONE C# Wrapper for Neo3 VM",

@@ -16,5 +16,5 @@ "main": "./dist/cjs/index",

"dependencies": {
"@neo-one/edge": "^15.0.0",
"@neo-one/node-core": "^3.9.1",
"@neo-one/client-common": "^3.9.1",
"@neo-one/edge": "^16.0.4",
"@neo-one/node-core": "^3.11.2",
"@neo-one/client-common": "^3.11.2",
"@neo-one/utils": "^3.2.1",

@@ -21,0 +21,0 @@ "bn.js": "^5.0.0"

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc