JSPM

diffhtml-logger

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q8136F
  • License MIT

Package Exports

  • diffhtml-logger

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (diffhtml-logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

diffHTML Logger

Stable Version: 1.0.0

Use with diffHTML to log out patch operations.

Installation
npm install diffhtml-logger
Example
import logger from 'diffhtml-logger';

diff.use(logger);
Screenshot

middleware

This is not a very performant middleware, so please do not use this in production where performance is critical. Use in development.