Socket
Socket
Sign inDemoInstall

@pkgr/es-modules

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pkgr/es-modules

Union collections of es modules mappings for pkgs without or with incorrect `module` field


Version published
Weekly downloads
873
increased by40.81%
Maintainers
2
Weekly downloads
 
Created
Source

@pkgr/es-modules

npm npm bundle size npm bundle size Renovate enabled

Union collections of es modules mappings for pkgs without or with incorrect module field.

TOC

Install

# yarn
yarn add -D @pkgr/es-modules

# npm
npm i -D @pkgr/es-modules

Usage

// rollup
import { entries } from '@pkgr/es-modules'
import alias from 'rollup-plugin-alias'

export default {
  plugins: [
    alias({
      entries,
    }),
  ],
}
// webpack
import { alias } from '@pkgr/es-modules'

export default {
  resolve: {
    alias,
  },
}

Changelog

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

License

MIT © JounQin@1stG.me

Keywords

FAQs

Package last updated on 25 Aug 2022

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