Socket
Socket
Sign inDemoInstall

is-core-module

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.0 to 2.10.0

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [v2.10.0](https://github.com/inspect-js/is-core-module/compare/v2.9.0...v2.10.0) - 2022-08-03
### Commits
- [New] `node:test` is now available in node ^16.17 [`e8fd36e`](https://github.com/inspect-js/is-core-module/commit/e8fd36e9b86c917775a07cc473b62a3294f459f2)
- [Tests] improve skip message [`c014a4c`](https://github.com/inspect-js/is-core-module/commit/c014a4c0cd6eb15fff573ae4709191775e70cab4)
## [v2.9.0](https://github.com/inspect-js/is-core-module/compare/v2.8.1...v2.9.0) - 2022-04-19

@@ -10,0 +17,0 @@

2

core.json

@@ -115,3 +115,3 @@ {

"node:sys": [">= 14.18 && < 15", ">= 16"],
"node:test": ">= 18",
"node:test": [">= 16.17 && < 17", ">= 18"],
"timers": true,

@@ -118,0 +118,0 @@ "node:timers": [">= 14.18 && < 15", ">= 16"],

{
"name": "is-core-module",
"version": "2.9.0",
"version": "2.10.0",
"description": "Is this specifier a node.js core module?",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -47,3 +47,3 @@ 'use strict';

if (!libs) {
st.skip('module.builtinModules does not exist');
st.skip('repl._builtinLibs does not exist');
} else {

@@ -50,0 +50,0 @@ for (var i = 0; i < libs.length; ++i) {

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