Giter Site home page Giter Site logo

nodedump's People

Contributors

ragamufin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nodedump's Issues

How to call nodedump from the front end?

Hi @ragamufin ,

could you please add a section in the documentation explaining how to call nodedump from the front end ?!?

I would like:

  1. to send the json file to the browser and then
  2. let the browser parse the json file and display it using nodedump.

Thank you in advance for your help,

Dumping HTTPS request results in 100% CPU load.

Hello. This code on receiving a request results with no console output and 100% CPU load.

require('https').createServer({pfx:require('fs').readFileSync('./server.pfx')},function(request, response)
{
    console.log(require('nodedump').dump(request))
}
).listen(1313);

Commands which I used to create pfx file (key password manual input required)

openssl genrsa -des3 -out server.key 1024
openssl req -new -key server.key -out server.csr
cp server.key server.key.org
openssl rsa -in server.key.org -out server.key
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
openssl pkcs12 -export -out server.pfx -inkey server.key.org -in server.crt

I can't attach a zip archive with the application to save your time, so I put it here: http://space1000.ru/wp-content/uploads/2014/01/nodedump100cpu.zip

Thank you for nodedump package, it's great.

Can not display Array with use string, not index

Can not display Array with use string, not index. For example:
var attributes = new Array();
attributes['inspectorname'] = {
value: "John"
};
document.write(nodedump(attributes));
Above function will just show that the Array is empty

Aggregate Style Info

Would be awesome to extract the inline styles into an external config file ... whether that is a runtime/included CSS .. referenced at another URL ....or some combination.
(feature request)

Require path to Highlight incorrect

I had to change the require path for highlight to the following:

var hljs = require('./lib/highlight.js/highlight');

Thank you for nodedump!

Reference local file in the script file

Thanks for your great tool, I just found another bug in your script, you are reference the local file in your machine as below:
D:\Andrew\DropBox\Private\Work\nodedump\node_modules\browserify\node_modules\insert-module-globals\node_modules\process\browser.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.