[nodejs] Re: how can i programmatically access v8 debugger variables list

2015-01-29 Thread Andrey
You need to issue backtrace / frame / scope / scopes requests - see https://code.google.com/p/v8-wiki/wiki/DebuggerProtocol#Request_backtrace You can use built-in debugger client for this ( ` require("_debugger") ` ) or npm modules - such as https://github.com/node-inspector/v8-debug or https:/

[nodejs] Re: Why is deb.nodesource.com installing 0.11 over 0.10?

2015-01-29 Thread Peter Petrov
On Thursday, January 29, 2015 at 8:10:47 PM UTC+2, mscdex wrote: > > > This is definitely an error since the `deb.nodesource.com/node` > repo should contain only the latest > stable version > Btw, even this is a bad idea. There should be separate channels for e

Re: [nodejs] CVE-2014-0224 (CCS Injection) and node.js

2015-01-29 Thread ren . west
On Thursday, January 29, 2015 at 3:12:22 PM UTC-5, ren@cenx.com wrote: > > On Thursday, January 29, 2015 at 1:26:52 PM UTC-5, ryandesign wrote: >> >> >> > On Jan 28, 2015, at 9:14 AM, ren@cenx.com wrote: >> > >> > I've been tasked with updating an old system running node.js, handing >> S

Re: [nodejs] CVE-2014-0224 (CCS Injection) and node.js

2015-01-29 Thread ren . west
On Thursday, January 29, 2015 at 1:26:52 PM UTC-5, ryandesign wrote: > > > > On Jan 28, 2015, at 9:14 AM, ren@cenx.com wrote: > > > > I've been tasked with updating an old system running node.js, handing > SSL hand shakes. I was able to update the node binary (custom install), but > I don'

Re: [nodejs] Node.js on Linux, e5500 PowerPC (Freescale P5020)

2015-01-29 Thread Michael Dawson
On Thursday, January 29, 2015 at 1:12:00 PM UTC-5, Michael Dawson wrote: > > > > On Thursday, January 29, 2015 at 8:19:13 AM UTC-5, Raphael wrote: >> >> >> >> On Monday, January 26, 2015 at 4:11:44 PM UTC+1, Michael Dawson wrote: >>> >>> >>> >>> On Friday, January 23, 2015 at 2:00:06 PM UTC-5, Be

[nodejs] Re: Node v0.10.36 (Stable)

2015-01-29 Thread Joe McDonald
It's up on https://deb.nodesource.com/node/ now. thanks, -joe On Tuesday, January 27, 2015 at 4:43:29 PM UTC-8, Joe McDonald wrote: > > any idea when this will show up on https://deb.nodesource.com/node/ ? > I think that is where apt-get looks for it on ubuntu: > > https://github.com/joyent/node/

Re: [nodejs] Node.js on Linux, e5500 PowerPC (Freescale P5020)

2015-01-29 Thread Michael Dawson
On Thursday, January 29, 2015 at 8:19:13 AM UTC-5, Raphael wrote: > > > > On Monday, January 26, 2015 at 4:11:44 PM UTC+1, Michael Dawson wrote: >> >> >> >> On Friday, January 23, 2015 at 2:00:06 PM UTC-5, Ben Noordhuis wrote: >>> >>> On Fri, Jan 23, 2015 at 12:55 PM, Raphael wrote: >>> > Hi >

Re: [nodejs] CVE-2014-0224 (CCS Injection) and node.js

2015-01-29 Thread Ryan Schmidt
> On Jan 28, 2015, at 9:14 AM, ren.w...@cenx.com wrote: > > I've been tasked with updating an old system running node.js, handing SSL > hand shakes. I was able to update the node binary (custom install), but I > don't feel as though the CVE-2014-0224 (CCS Injection) vulnerability is > actually

[nodejs] Re: Why is deb.nodesource.com installing 0.11 over 0.10?

2015-01-29 Thread mscdex
On Thursday, January 29, 2015 at 10:40:47 AM UTC-5, Alan Hoffmeister wrote: > > I just did an `apt-get upgrade` and node.js was upgraded from 0.10.35 > to 0.11.15, but why? 0.11 isn't an unstable branch? I'm using the > nodesource repository on my Ubuntu 14.10. > > This is definitely an error si

[nodejs] Re: Looking(beginner) for an Node.JS Open Source Project to contribute

2015-01-29 Thread Justin Maat
Cool! Ill send you a message later today then. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because

[nodejs] Why is deb.nodesource.com installing 0.11 over 0.10?

2015-01-29 Thread Alan Hoffmeister
Hello everyone, I just did an `apt-get upgrade` and node.js was upgraded from 0.10.35 to 0.11.15, but why? 0.11 isn't an unstable branch? I'm using the nodesource repository on my Ubuntu 14.10. Log: Unpacking nodejs (0.11.15-1nodesource1~utopic1) over (0.10.35-1nodesource1~utopic1) ... -- Alan H

Re: [nodejs] Node.js on Linux, e5500 PowerPC (Freescale P5020)

2015-01-29 Thread Raphael
On Monday, January 26, 2015 at 4:11:44 PM UTC+1, Michael Dawson wrote: > > > > On Friday, January 23, 2015 at 2:00:06 PM UTC-5, Ben Noordhuis wrote: >> >> On Fri, Jan 23, 2015 at 12:55 PM, Raphael wrote: >> > Hi >> > >> > I'm in the process of evaluating a server side technology to build a >

[nodejs] how can i programmatically access v8 debugger variables list

2015-01-29 Thread Leo Cono
I am writing an AOP Container. I want to get a list of objects and functions contained in the app.js script. I can see that all of this is available with NodeClipse V8 Debugger Vari

Re: [nodejs] Node.js on Linux, e5500 PowerPC (Freescale P5020)

2015-01-29 Thread Raphael
On Friday, January 23, 2015 at 8:00:06 PM UTC+1, Ben Noordhuis wrote: > > On Fri, Jan 23, 2015 at 12:55 PM, Raphael > > wrote: > > Hi > > > > I'm in the process of evaluating a server side technology to build a new > > product from scratch. It must run on Linux, Win, OSX and on (Yocto-) > L

[nodejs] Re: Looking(beginner) for an Node.JS Open Source Project to contribute

2015-01-29 Thread Isabek Tashiev
Hi, Justin I am interested in bitcoin. My email: isabek2...@gmail.com. I installed you packages and tested them. Isabek On Wednesday, January 28, 2015 at 11:22:47 PM UTC+6, Justin Maat wrote: > > just throwing my projects out there if you're interested in anything > bitcoin related :) > > See

Re: [nodejs] Re: Looking(beginner) for an Node.JS Open Source Project to contribute

2015-01-29 Thread Isabek Tashiev
Thank you Aria. I think your advice would be useful for me. Isabek On Wednesday, January 28, 2015 at 8:47:51 PM UTC+6, Aria Stewart wrote: > > > Vào 18:36:15 UTC+7 Thứ Sáu, ngày 23 tháng 1 năm 2015, Isabek Tashiev đã > viết: > > > > I am Isabek. And I'm Node.JS developer as beginner level. I