@parcel/node-resolver-core
Advanced tools
Comparing version 3.3.1-dev.3275 to 3.3.1-dev.3303
@@ -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-dev.3275+8b017703f", | ||
"version": "3.3.1-dev.3303+3edb0d741", | ||
"license": "MIT", | ||
@@ -29,6 +29,6 @@ "publishConfig": { | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
"@parcel/diagnostic": "2.0.0-dev.1652+8b017703f", | ||
"@parcel/fs": "2.0.0-dev.1652+8b017703f", | ||
"@parcel/rust": "2.12.1-dev.3275+8b017703f", | ||
"@parcel/utils": "2.0.0-dev.1652+8b017703f", | ||
"@parcel/diagnostic": "2.0.0-dev.1680+3edb0d741", | ||
"@parcel/fs": "2.0.0-dev.1680+3edb0d741", | ||
"@parcel/rust": "2.12.1-dev.3303+3edb0d741", | ||
"@parcel/utils": "2.0.0-dev.1680+3edb0d741", | ||
"nullthrows": "^1.1.1", | ||
@@ -64,3 +64,3 @@ "semver": "^7.5.2" | ||
}, | ||
"gitHead": "8b017703fdf4a90a643ce0190cdd7482060dc86b" | ||
"gitHead": "3edb0d7419831e49cfa7ea8c52b4f7127a16ae52" | ||
} |
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
31344
739