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.8.0 to 2.8.1

10

CHANGELOG.md

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

## [v2.8.1](https://github.com/inspect-js/is-core-module/compare/v2.8.0...v2.8.1) - 2022-01-05
### Commits
- [actions] reuse common workflows [`cd2cf9b`](https://github.com/inspect-js/is-core-module/commit/cd2cf9b3b66c8d328f65610efe41e9325db7716d)
- [Fix] update node 0.4 results [`062195d`](https://github.com/inspect-js/is-core-module/commit/062195d89f0876a88b95d378b43f7fcc1205bc5b)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `tape` [`0790b62`](https://github.com/inspect-js/is-core-module/commit/0790b6222848c6167132f9f73acc3520fa8d1298)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` [`7d139a6`](https://github.com/inspect-js/is-core-module/commit/7d139a6d767709eabf0a0251e074ec1fb230c06e)
- [Tests] run `nyc` in `tests-only`, not `test` [`780e8a0`](https://github.com/inspect-js/is-core-module/commit/780e8a049951c71cf78b1707f0871c48a28bde14)
## [v2.8.0](https://github.com/inspect-js/is-core-module/compare/v2.7.0...v2.8.0) - 2021-10-14

@@ -10,0 +20,0 @@

10

core.json

@@ -8,3 +8,3 @@ {

"node:async_hooks": [">= 14.18 && < 15", ">= 16"],
"buffer_ieee754": "< 0.9.7",
"buffer_ieee754": ">= 0.5 && < 0.9.7",
"buffer": true,

@@ -14,3 +14,3 @@ "node:buffer": [">= 14.18 && < 15", ">= 16"],

"node:child_process": [">= 14.18 && < 15", ">= 16"],
"cluster": true,
"cluster": ">= 0.5",
"node:cluster": [">= 14.18 && < 15", ">= 16"],

@@ -82,3 +82,3 @@ "console": true,

"node:process": [">= 14.18 && < 15", ">= 16"],
"punycode": true,
"punycode": ">= 0.5",
"node:punycode": [">= 14.18 && < 15", ">= 16"],

@@ -116,3 +116,3 @@ "querystring": true,

"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
"sys": [">= 0.6 && < 0.7", ">= 0.8"],
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
"node:sys": [">= 14.18 && < 15", ">= 16"],

@@ -154,4 +154,4 @@ "timers": true,

"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
"zlib": true,
"zlib": ">= 0.5",
"node:zlib": [">= 14.18 && < 15", ">= 16"]
}
{
"name": "is-core-module",
"version": "2.8.0",
"version": "2.8.1",
"description": "Is this specifier a node.js core module?",

@@ -21,4 +21,4 @@ "main": "index.js",

"pretest": "npm run lint",
"tests-only": "tape 'test/**/*.js'",
"test": "nyc npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "aud --production",

@@ -53,10 +53,10 @@ "version": "auto-changelog && git add CHANGELOG.md",

"devDependencies": {
"@ljharb/eslint-config": "^18.0.0",
"@ljharb/eslint-config": "^20.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.6.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.0",
"tape": "^5.3.1"
"tape": "^5.4.0"
},

@@ -63,0 +63,0 @@ "auto-changelog": {

Sorry, the diff of this file is not supported yet

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