🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

js-ray

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-ray

Debug with Ray to fix problems faster

0.0.7
latest
Source
npm
Version published
Weekly downloads
28
100%
Maintainers
1
Weekly downloads
 
Created
Source

Debug your Javascript with Ray to fix problems faster

This package can be installed in any JS application to send messages to the Ray app.

Installation

npm install js-ray 

Usage

import { ray } from 'js-ray';

// ...

ray('a string')

ray(['an array'])

ray({ text: 'an object' })

ray('as' 'many' , 'arguments', 'as', 'you', 'like')

ray('this is blue').color('blue')

ray().newScreen('My debug screen')

Documentation

You can find the full documentation on our documentation site.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

FAQs

Package last updated on 02 Feb 2021

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