New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@raynode/nx-logger-debug

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raynode/nx-logger-debug

[![Node.js version][nodejs-badge]][nodejs] [![NPM version][npm-badge]][npm] [![semantic-release][semantic-release-badge]][semantic-release] [![Greenkeeper badge][greenkeeper-badge]][greenkeeper] [![build with travis-ci][travis-badge]][travis] [![tested wi

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-42.42%
Maintainers
3
Weekly downloads
 
Created
Source

Node.js version NPM version semantic-release Greenkeeper badge build with travis-ci tested with jest Coverage Status npm version Maintainability

nx-logger-debug

nx-logger-debug is a transport for nx-logger

  • TypeScript 2.9 to ES6 transpilation
  • TSLint 5.x
  • Jest unit testing and code coverage
  • Type definitions for Node.js v6.x (LTS) and Jest
  • .editorconfig for consistent file format

Getting Started

Install nx-logger-debug using npm:

npm i @raynode/nx-logger-debug

Usage

import { transport } from 'nx-logger-debug'
import { create, configure } from 'nx-logger'

configure({ transport })
const logger = create('my-logger')

logger('Test') // equals to debug('my-logger')('Test') => my-logger: Test +5ms

Contributing

If you want to help with this project, just leave a bugreport or pull request. I'll try to come back to you as soon as possible

License

MIT

Keywords

FAQs

Package last updated on 18 Oct 2018

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