You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mdi-js-es

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdi-js-es

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href]

7.4.47
latest
Source
npmnpm
Version published
Weekly downloads
35
-46.15%
Maintainers
1
Weekly downloads
 
Created
Source

mdi-js-es

npm version npm downloads License

ESM build of @mdi/js.

Why?

@mdi/js is a great package, but it is only CJS:

Versioning

This package will use the same @mdi/svg version number.

There is no guarantee that this package will be updated to the latest version of @mdi/svg, feel free to file an issue if you want to request an update.

Usage

Install:

# pnpm
pnpm add mdi-js-es

# npm
npm i mdi-js-es

# yarn
yarn add mdi-js-es

Import:

// ESM
import { /* icons */ } from 'mdi-js-es'

// CommonJS
const { /* icons */ } = require('mdi-js-es')

License

MIT

FAQs

Package last updated on 29 Dec 2023

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