Socket
Socket
Sign inDemoInstall

rollup-plugin-packages-logger

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rollup-plugin-packages-logger

Logger plugin to analyze apps dependencies


Version published
Weekly downloads
1
Maintainers
1
Install size
3.35 kB
Created
Weekly downloads
 

Readme

Source

rollup-plugin-package-logger

Dependencies logging plugin to carefully analyze what's in your apps.

Usage

import nodeResolve from 'rollup-plugin-node-resolve';
import { packagesLogger } from 'rollup-plugin-packages-logger';

export default {
  ...
  plugins: [
    // note: this plugin should be placed first
    packagesLogger(),
    nodeResolve()
  ]
}

Options

showPackages

By default this plugin logs only count of packages. This option enables logging packages list.

showImports

Enable logging sub imports like isEqual in lodash/isEqual import.

showDependentPackages

Enable logging dependent packages per each package (or path import).

FAQs

Last updated on 15 Jun 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc