Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rookout

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rookout

Rook is a package for on the fly debugging and data extraction for applications in production

  • 0.136.0
  • npm
  • Socket score

Version published
Weekly downloads
10K
decreased by-11.98%
Maintainers
1
Weekly downloads
 
Created
Source

Node Rookout

Rookout is a Node.js package that supports on the fly debugging and data extraction from Node.js applications in production.

Note: For the time being, NodeRook only supports protobuf 3.11, because in later versions the code is generated for browsers.

Installation:

npm install --save rookout

Setup:

const rookout = require('rookout');

rookout.start({
    token: '[Your Rookout Token]'
});

For more info see Rookout's docs

FAQs

Package last updated on 22 Jan 2024

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