Socket
Book a DemoInstallSign in
Socket

@moped/node-builtins

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moped/node-builtins

An array of the core node.js modules. It is part of the moped suite of utilities for creating composable configs for building node.js and react apps.

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

node-builtins

An array of the core node.js modules. It is part of the moped suite of utilities for creating composable configs for building node.js and react apps.

This module is useful for building node.js apps using webpack.

Installation

yarn add @moped/node-builtins

Usage

import builtins from '@moped/node-builtins';

function isBuiltin(name) {
  return builtins.indexOf(name) !== -1;
}

License

MIT

FAQs

Package last updated on 02 Apr 2018

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