Hi,

we have a service which uses the Joyent SmartOS VM library:


/usr/vm/node_modules/VM.js


This VM library needs a special node version which is very old (v0.10.26):


###


cat /usr/node/node_modules/platform_node_version.js

// This file was autogenerated, do not edit manually.

//

// Copyright (c) 2013 Joyent Inc., All rights reserved.

//


var required_version='v0.10.26';

var util = require('util');


###



This file is included in the VM.js:


sed -n 68,10p  /usr/vm/node_modules/VM.js

require('/usr/node/node_modules/platform_node_version').assert();



Is there any plan form Joyent to update this Library to a newer node version? 
This is an really old version and besides the security point many commands like 
"const" are not supported :/


Greets

Kilian



-------------------------------------------
smartos-discuss
Archives: https://www.listbox.com/member/archive/184463/=now
RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb
Powered by Listbox: http://www.listbox.com

Reply via email to