Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/node-resolver-core

Package Overview
Dependencies
Maintainers
1
Versions
879
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/node-resolver-core - npm Package Compare versions

Comparing version 3.3.1-canary.3290 to 3.3.1-canary.3292

5

lib/Wrapper.js

@@ -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: [{

12

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc