Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis.Learn more
Socket
Socket

is-core-module

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Issues
File Explorer

Advanced tools

is-core-module

Is this specifier a node.js core module?

    2.12.1latest
    GitHub
    npm

Version published
Maintainers
1
Weekly downloads
44,701,507
increased by8.82%

Weekly downloads

Changelog

Source

v2.12.1 - 2023-05-16

Commits

  • [Fix] test/reporters now requires the node: prefix as of v20.2 12183d0

Readme

Source

is-core-module Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Is this specifier a node.js core module? Optionally provide a node version to check; defaults to the current node version.

Example

var isCore = require('is-core-module'); var assert = require('assert'); assert(isCore('fs')); assert(!isCore('butts'));

Tests

Clone the repo, npm install, and run npm test

Keywords

FAQs

Last updated on 16 May 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
Socket SOC 2 Logo

Product

  • Package Issues
  • 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