15.2.1 • Published 2 years ago

hops-debug v15.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Hops Debug

npm

Please see the main Hops Readme for general information and a Getting Started Guide.

This package proxies the debug package from npm and makes it available for server- and client-code.

Read more about how we are using debug in Hops here.

Installation

Add this package as a dependency to your project:

npm install --save hops-debug

If you don't already have an existing Hops project read this section on how to set up your first Hops project.

Usage

import / require this package to create a debugger:

import debugFactory from 'hops-debug';

const debug = debugFactory('my-tag');

debug('something I want to log: %s', 'here is a string');

To see the debug output you can start your application with the environment variable DEBUG=my-tag set on the command line. \ To see the debug output in the browser console you can set the cookie hops_debug to my-tag.

15.2.1

2 years ago

15.2.0

2 years ago

16.0.0-nightly.5

2 years ago

15.1.1

2 years ago

15.0.2

2 years ago

15.1.2

2 years ago

15.1.0

2 years ago

16.0.0-nightly.1

2 years ago

16.0.0-nightly.2

2 years ago

16.0.0-nightly.3

2 years ago

15.0.1

3 years ago

15.0.0

3 years ago

16.0.0-nightly.0

3 years ago

14.5.0

3 years ago

14.4.1

3 years ago

14.4.0

3 years ago

14.3.2

3 years ago

14.3.1

3 years ago

14.3.0

3 years ago

15.0.0-nightly.9

3 years ago

15.0.0-nightly.8

3 years ago

15.0.0-nightly.7

3 years ago

15.0.0-nightly.6

3 years ago

14.2.1

3 years ago

15.0.0-nightly.5

3 years ago

15.0.0-nightly.4

3 years ago

15.0.0-nightly.3

3 years ago

13.4.3

3 years ago

14.2.0

3 years ago

15.0.0-nightly.2

3 years ago

14.1.0

3 years ago

13.4.2

3 years ago

15.0.0-nightly.1

3 years ago

15.0.0-nightly.0

3 years ago

14.0.0

3 years ago

14.0.1

3 years ago

13.4.1

3 years ago

13.4.0

3 years ago

14.0.0-nightly.9

3 years ago

13.3.5

3 years ago

14.0.0-nightly.8

3 years ago