@parcel/node-resolver-core
Advanced tools
Comparing version 3.3.1-canary.3290 to 3.3.1-canary.3292
@@ -374,9 +374,8 @@ "use strict"; | ||
{ | ||
let pkgContent = await this.options.fs.readFile(error.path, 'utf8'); | ||
return { | ||
message: 'Error parsing JSON', | ||
codeFrames: [{ | ||
filePath: error.path, | ||
filePath: error.file.path, | ||
language: 'json', | ||
code: pkgContent, | ||
code: error.file.contents, | ||
// TODO | ||
@@ -383,0 +382,0 @@ codeHighlights: [{ |
{ | ||
"name": "@parcel/node-resolver-core", | ||
"version": "3.3.1-canary.3290+b4fcf7098", | ||
"version": "3.3.1-canary.3292+cecc4393f", | ||
"license": "MIT", | ||
@@ -29,6 +29,6 @@ "publishConfig": { | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
"@parcel/diagnostic": "2.0.0-canary.1667+b4fcf7098", | ||
"@parcel/fs": "2.0.0-canary.1667+b4fcf7098", | ||
"@parcel/rust": "2.12.1-canary.3290+b4fcf7098", | ||
"@parcel/utils": "2.0.0-canary.1667+b4fcf7098", | ||
"@parcel/diagnostic": "2.0.0-canary.1669+cecc4393f", | ||
"@parcel/fs": "2.0.0-canary.1669+cecc4393f", | ||
"@parcel/rust": "2.12.1-canary.3292+cecc4393f", | ||
"@parcel/utils": "2.0.0-canary.1669+cecc4393f", | ||
"nullthrows": "^1.1.1", | ||
@@ -64,3 +64,3 @@ "semver": "^7.5.2" | ||
}, | ||
"gitHead": "b4fcf70989fab71bcc965bbe41c94a71901c78d9" | ||
"gitHead": "cecc4393f03466e2b40d3f700687b7cdd3013bf5" | ||
} |
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
31359
739