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

@glimpse/glimpse

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimpse/glimpse

Glimpse is a web debugging tool that provides both client and server-side diagnostic insights. Spend less time debugging and more time developing. See http://node.getglimpse.com for more details and configuration.

  • 0.22.15
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
34
decreased by-52.11%
Maintainers
6
Weekly downloads
 
Created
Source

npm (@glimpse/glimpse) #ProjectGlimpse

Project Glimpse: Node Edition

Glimpse is an experimental npm package that gives you in-depth insights about the client and server sides of your Node.js apps. More efficient debugging means faster development. Best of all, it’s free.

Project Glimpse: Node Edition Screenshot

Full details and documentation available at http://node.getglimpse.com.

Getting started

  1. In your app's root directory, use npm to install Glimpse.

    npm install @glimpse/glimpse --save-dev
    
  2. Initialize Glimpse before any other require() or application logic (typically at the top of index.js or app.js).

    if (process.env.NODE_ENV !== 'production') {
      require('@glimpse/glimpse').init();
    }
    
  3. Open your app in a browser. The Glimpse HUD should now be at the bottom right of your app.

For more help, check out the detailed steps and more ways to get started.

Package & version support

Project Glimpse: Node Edition currently supports the following:

  • Node.js version 4.0 to 8.1 (async/await is not yet supported)
  • Express.js version 4.0 to 4.15.
  • The native http module.
  • The native console module.
  • And other modules as well.
  • Complete version support details are available from our faq.

For further support targets, please open an issue with your requested module and version.

Issue reporting

If you run into any problems, please open a new issue in this repo. A member of the team will follow up with you ASAP.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Keywords

FAQs

Package last updated on 27 Jul 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