+11
-9
lines changedFilter options
+11
-9
lines changed Original file line number Diff line number Diff line change
@@ -36,7 +36,9 @@ const checkPlatform = (target, force = false, environment = {}) => {
36
36
let libcFamily = null
37
37
if (target.libc) {
38
38
// libc checks only work in linux, any value is a failure if we aren't
39
-
if (platform !== 'linux') {
39
+
if (environment.libc) {
40
+
libcOk = checkList(environment.libc, target.libc)
41
+
} else if (platform !== 'linux') {
40
42
libcOk = false
41
43
} else {
42
44
const report = process.report.getReport()
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
1
1
{
2
2
"name": "npm-install-checks",
3
-
"version": "6.2.0",
3
+
"version": "6.3.0",
4
4
"description": "Check the engines and platform fields in package.json",
5
5
"main": "lib/index.js",
6
6
"dependencies": {
7
7
"semver": "^7.1.1"
8
8
},
9
9
"devDependencies": {
10
10
"@npmcli/eslint-config": "^4.0.0",
11
-
"@npmcli/template-oss": "4.18.0",
11
+
"@npmcli/template-oss": "4.19.0",
12
12
"tap": "^16.0.1"
13
13
},
14
14
"scripts": {
@@ -39,7 +39,7 @@
39
39
"author": "GitHub Inc.",
40
40
"templateOSS": {
41
41
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42
-
"version": "4.18.0",
42
+
"version": "4.19.0",
43
43
"publish": "true"
44
44
},
45
45
"tap": {
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@
135
135
"nopt": "^7.2.0",
136
136
"normalize-package-data": "^6.0.0",
137
137
"npm-audit-report": "^5.0.0",
138
-
"npm-install-checks": "^6.2.0",
138
+
"npm-install-checks": "^6.3.0",
139
139
"npm-package-arg": "^11.0.1",
140
140
"npm-pick-manifest": "^9.0.0",
141
141
"npm-profile": "^9.0.0",
@@ -10845,9 +10845,9 @@
10845
10845
}
10846
10846
},
10847
10847
"node_modules/npm-install-checks": {
10848
-
"version": "6.2.0",
10849
-
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.2.0.tgz",
10850
-
"integrity": "sha512-744wat5wAAHsxa4590mWO0tJ8PKxR8ORZsH9wGpQc3nWTzozMAgBN/XyqYw7mg3yqLM8dLwEnwSfKMmXAjF69g==",
10848
+
"version": "6.3.0",
10849
+
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz",
10850
+
"integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==",
10851
10851
"inBundle": true,
10852
10852
"dependencies": {
10853
10853
"semver": "^7.1.1"
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@
97
97
"nopt": "^7.2.0",
98
98
"normalize-package-data": "^6.0.0",
99
99
"npm-audit-report": "^5.0.0",
100
-
"npm-install-checks": "^6.2.0",
100
+
"npm-install-checks": "^6.3.0",
101
101
"npm-package-arg": "^11.0.1",
102
102
"npm-pick-manifest": "^9.0.0",
103
103
"npm-profile": "^9.0.0",
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4