Socket
Socket
Sign inDemoInstall

@pkgr/named-exports

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pkgr/named-exports

Union `namedExports` definitions for rollup-plugin-commonjs


Version published
Weekly downloads
39
decreased by-37.1%
Maintainers
2
Weekly downloads
 
Created
Source

@pkgr/named-exports

npm npm bundle size npm bundle size

David Peer David David Dev

Union namedExports definitions for rollup-plugin-commonjs.

TOC

Install

# yarn
yarn add -D @pkgr/named-exports

# npm
npm i -D @pkgr/named-exports

Usage

// rollup.config.js
import commonjs from 'rollup-plugin-commonjs'
import { namedExports } from '@pkgr/named-exports'

export default {
  plugins: [
    commonjs({
      namedExports,
    }),
  ],
}

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me

Keywords

FAQs

Package last updated on 03 Feb 2020

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