Socket
Socket
Sign inDemoInstall

relay-devtools

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relay-devtools

Connect Relay DevTools to a Relay app.


Version published
Weekly downloads
106
decreased by-0.93%
Maintainers
3
Weekly downloads
 
Created
Source

Relay DevTools (Standalone)

The Relay DevTools requires use of Relay (relay-runtime) v1.4.0 or greater.

For inspecting Relay outside of Chrome, such as in Safari or React Native, use the standalone Relay DevTools app.

npm install -g relay-devtools

Install Relay DevTools into your application somewhere before a Relay Environment is created. Don't forget to remove DevTools when you release to production!

const {installRelayDevTools} = require('relay-devtools');
const {Environment} = require('relay-runtime');

installRelayDevTools();

new Environment(...);

Run the Relay DevTools standalone app from the terminal, and it will connect to your running Relay application.

relay-devtools

FAQs

Package last updated on 22 Sep 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc