@parcel/core
Advanced tools
Comparing version 2.0.0-nightly.388 to 2.0.0-nightly.389
{ | ||
"name": "@parcel/core", | ||
"version": "2.0.0-nightly.388+225dded1", | ||
"version": "2.0.0-nightly.389+288396a5", | ||
"license": "MIT", | ||
@@ -23,13 +23,13 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/cache": "2.0.0-nightly.390+225dded1", | ||
"@parcel/diagnostic": "2.0.0-nightly.390+225dded1", | ||
"@parcel/events": "2.0.0-nightly.390+225dded1", | ||
"@parcel/fs": "2.0.0-nightly.390+225dded1", | ||
"@parcel/logger": "2.0.0-nightly.390+225dded1", | ||
"@parcel/package-manager": "2.0.0-nightly.390+225dded1", | ||
"@parcel/plugin": "2.0.0-nightly.390+225dded1", | ||
"@parcel/cache": "2.0.0-nightly.391+288396a5", | ||
"@parcel/diagnostic": "2.0.0-nightly.391+288396a5", | ||
"@parcel/events": "2.0.0-nightly.391+288396a5", | ||
"@parcel/fs": "2.0.0-nightly.391+288396a5", | ||
"@parcel/logger": "2.0.0-nightly.391+288396a5", | ||
"@parcel/package-manager": "2.0.0-nightly.391+288396a5", | ||
"@parcel/plugin": "2.0.0-nightly.391+288396a5", | ||
"@parcel/source-map": "2.0.0-alpha.4.13", | ||
"@parcel/types": "2.0.0-nightly.390+225dded1", | ||
"@parcel/utils": "2.0.0-nightly.390+225dded1", | ||
"@parcel/workers": "2.0.0-nightly.390+225dded1", | ||
"@parcel/types": "2.0.0-nightly.391+288396a5", | ||
"@parcel/utils": "2.0.0-nightly.391+288396a5", | ||
"@parcel/workers": "2.0.0-nightly.391+288396a5", | ||
"abortcontroller-polyfill": "^1.1.9", | ||
@@ -52,3 +52,3 @@ "base-x": "^3.0.8", | ||
}, | ||
"gitHead": "225dded1a001800dc99bc07d879b3b676a56da50" | ||
"gitHead": "288396a5f4dcbe06669ce0d9ad0302aa76ae90b0" | ||
} |
@@ -62,4 +62,6 @@ // @flow | ||
if (node.deferred) label += '(deferred)'; | ||
// $FlowFixMe | ||
} else if (node.type === 'file') { | ||
label += path.basename(node.value.filePath); | ||
// $FlowFixMe | ||
} else if (node.type === 'transformer_request') { | ||
@@ -69,2 +71,3 @@ label += | ||
` (${getEnvDescription(node.value.env)})`; | ||
// $FlowFixMe | ||
} else if (node.type === 'bundle') { | ||
@@ -76,2 +79,3 @@ let parts = []; | ||
if (node.value.env) label += ` (${getEnvDescription(node.value.env)})`; | ||
// $FlowFixMe | ||
} else if (node.type === 'request') { | ||
@@ -78,0 +82,0 @@ label = node.value.type + ':' + node.id; |
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
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
782674
22893