Socket
Socket
Sign inDemoInstall

@qiwi/esm

Package Overview
Dependencies
0
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @qiwi/esm

ESM fork with minor tunings for QIWI OSS


Version published
Weekly downloads
556
increased by10.1%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

1.1.8 (2022-07-07)

Fixes & improvements

  • docs: fix usage example (57810adc)

Readme

Source

@qiwi/esm

CI npm (scoped)

Fork of esm with some useful patches:

  • Adam Thornburn's fix for mixed esm-cjs graphs
  • Jonathan Grimes' tweak ups
  • added .cjs to allowed extensions
  • supported node:-prefixed modules
  • bumped deps, fixed some vulnerabilities

Usage

CLI

node -r @qiwi/esm main.js

JS API

// Set options as a parameter, environment variable, or rc file.
require = require("@qiwi/esm")(module/*, options*/)
module.exports = require("./main.js")

https://github.com/standard-things/esm

License

MIT

Keywords

FAQs

Last updated on 07 Jul 2022

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