@parcel/node-resolver-core
Advanced tools
Comparing version 3.3.1-dev.3238 to 3.3.1-dev.3260
@@ -88,3 +88,2 @@ "use strict"; | ||
if (!resolver) { | ||
var _this$options$package; | ||
await (_rust().init === null || _rust().init === void 0 ? void 0 : (0, _rust().init)()); | ||
@@ -105,3 +104,3 @@ resolver = new (_rust().Resolver)(this.options.projectRoot, { | ||
conditions: environmentToExportsConditions(options.env, this.options.mode), | ||
packageExports: (_this$options$package = this.options.packageExports) !== null && _this$options$package !== void 0 ? _this$options$package : false, | ||
packageExports: this.options.packageExports ?? false, | ||
moduleDirResolver: process.versions.pnp != null ? (module, from) => { | ||
@@ -144,3 +143,3 @@ // $FlowFixMe[prop-missing] | ||
return { | ||
diagnostics: Array.isArray(diagnostic) ? diagnostic : diagnostic ? [diagnostic] : [], | ||
diagnostics: Array.isArray(diagnostic) ? diagnostic : diagnostic ? [diagnostic] : undefined, | ||
invalidateOnFileCreate: res.invalidateOnFileCreate, | ||
@@ -147,0 +146,0 @@ invalidateOnFileChange: res.invalidateOnFileChange |
{ | ||
"name": "@parcel/node-resolver-core", | ||
"version": "3.3.1-dev.3238+7f6b4dbbc", | ||
"version": "3.3.1-dev.3260+339350eb3", | ||
"license": "MIT", | ||
@@ -19,3 +19,3 @@ "publishConfig": { | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
"node": ">= 16.0.0" | ||
}, | ||
@@ -30,6 +30,6 @@ "scripts": { | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
"@parcel/diagnostic": "2.0.0-dev.1424+7f6b4dbbc", | ||
"@parcel/fs": "2.0.0-dev.1424+7f6b4dbbc", | ||
"@parcel/rust": "2.12.1-dev.3238+7f6b4dbbc", | ||
"@parcel/utils": "2.0.0-dev.1424+7f6b4dbbc", | ||
"@parcel/diagnostic": "2.0.0-dev.1632+339350eb3", | ||
"@parcel/fs": "2.0.0-dev.1632+339350eb3", | ||
"@parcel/rust": "2.12.1-dev.3260+339350eb3", | ||
"@parcel/utils": "2.0.0-dev.1632+339350eb3", | ||
"nullthrows": "^1.1.1", | ||
@@ -65,3 +65,3 @@ "semver": "^7.5.2" | ||
}, | ||
"gitHead": "7f6b4dbbc56a203e0fce8794856c03598c4f6708" | ||
"gitHead": "339350eb31fd33849cb1efe5fd7ad2cb096319f0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
31409
740