New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jray

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jray

watch your javascript running in real time

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

jray

Watch your javascript run in real time

Live demo ->

<img src="https://raw.github.com/bwiklund/jray/master/examples/jray.gif">

A work in progress. Built with istanbul and angularjs.

To use without requirejs, include jray's js and css, and then change your script tags to type="text/jray"

...
<link rel="stylesheet" href="jray.css">
<script src="jray.min.js"></script>

<script type="text/jray" src="scripts/one.js"></script>
<script type="text/jray" src="scripts/two.js"></script>
<script type="text/jray" src="scripts/three.js"></script>
<script type="text/jray" src="scripts/four.js"></script>
...

Development

TODO:

  • requirejs plugin
  • slideout from the side/top
  • paginate script lines
  • move UI to iframe to avoid collisions with other versions of angular
  • support more ui modes (fade/add/etc)
  • other color schemes
  • node support???

Bug tickets and pull requests are extremely welcome.

To build:

npm install
gulp dev

FAQs

Package last updated on 15 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts