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
882
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-dev.3238 to 3.3.1-dev.3260

5

lib/Wrapper.js

@@ -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

14

package.json
{
"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"
}
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