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.4.3-dev.3418 to 3.4.3

5

lib/Wrapper.js

@@ -215,3 +215,3 @@ "use strict";

async resolveBuiltin(name, options) {
if (options.env.isNode() || options.env.context === 'react-server') {
if (options.env.isNode()) {
return {

@@ -621,5 +621,2 @@ isExcluded: true

}
if (env.context === 'react-server') {
conditions |= 1 << 16;
}
if (mode === 'production') {

@@ -626,0 +623,0 @@ conditions |= 1 << 9;

12

package.json
{
"name": "@parcel/node-resolver-core",
"version": "3.4.3-dev.3418+9f297b15c",
"version": "3.4.3",
"license": "MIT",

@@ -29,6 +29,6 @@ "publishConfig": {

"@mischnic/json-sourcemap": "^0.1.0",
"@parcel/diagnostic": "2.0.0-dev.1795+9f297b15c",
"@parcel/fs": "2.0.0-dev.1795+9f297b15c",
"@parcel/rust": "2.13.3-dev.3418+9f297b15c",
"@parcel/utils": "2.0.0-dev.1795+9f297b15c",
"@parcel/diagnostic": "2.13.3",
"@parcel/fs": "2.13.3",
"@parcel/rust": "2.13.3",
"@parcel/utils": "2.13.3",
"nullthrows": "^1.1.1",

@@ -64,3 +64,3 @@ "semver": "^7.5.2"

},
"gitHead": "9f297b15c3cc3b74136232040b3149f0baae0060"
"gitHead": "d19b1f6bdb05eb5a3085f44daae15c0fe2709ab9"
}
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