Vorlonjs
Vorlonjs copied to clipboard
A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
Has this project been abandoned? If so, what is the best replacement?
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.11.3 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 0.1.1 to 1.2.2. Release notes Sourced from tree-kill's releases. v1.2.1 Changelog: add missing LICENSE file fix TypeScript definitions v1.1.0 New Features: Added a command line interface tree-kill...
Bumps [jquery](https://github.com/jquery/jquery) from 3.0.0 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
Bumps [mem](https://github.com/sindresorhus/mem) from 0.1.1 to 5.1.1. Release notes *Sourced from [mem's releases](https://github.com/sindresorhus/mem/releases).* > ## v5.1.1 > - Always use an object for the cache item to match expectations and the...
Bumps [method-override](https://github.com/expressjs/method-override) from 2.3.4 to 3.0.0. Release notes *Sourced from [method-override's releases](https://github.com/expressjs/method-override/releases).* > ## 3.0.0 > * Drop support for Node.js below 0.10 > * deps: [email protected] > - Add...
Bumps [method-override](https://github.com/expressjs/method-override) from 2.3.4 to 3.0.0. Release notes *Sourced from [method-override's releases](https://github.com/expressjs/method-override/releases).* > ## 3.0.0 > * Drop support for Node.js below 0.10 > * deps: [email protected] > - Add...
This is a breaking change if your key/crt started with a '/' > path.join('/foo/bar', '../', 'baz') '/foo/baz' > path.join('/foo/bar', '../', '/baz') '/foo/baz' > path.resolve('/foo/bar', '../', 'baz') '/foo/baz' > path.resolve('/foo/bar', '../',...
[email protected] To successfully debug application startup errors it can be useful to view their network requests at launch. Uncommenting //this.setupXMLHttpRequestHook(); in Line 35 of vorlon.xhrPanel.client.js does not work correctly (likely...
[email protected] SSL disabled When using /httpproxy to f.x. open the url https://www.dominos.is to debug you are redirected to urls similar to the following https://192.168.15.105:1337/vorlonproxy/root.html?vorlonproxytarget=https%3A%2F%2Fwww.dominos.is&vorlonsessionid=dominosis In this case the target site...