@atlaspack/optimizer-css
Advanced tools
Comparing version
{ | ||
"name": "@atlaspack/optimizer-css", | ||
"version": "2.12.1-canary.3449+741f0a6ef", | ||
"version": "2.12.1-canary.3450+d9092cb8e", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -16,8 +16,8 @@ "publishConfig": { | ||
"node": ">= 16.0.0", | ||
"parcel": "2.12.1-canary.3449+741f0a6ef" | ||
"parcel": "2.12.1-canary.3450+d9092cb8e" | ||
}, | ||
"dependencies": { | ||
"@atlaspack/diagnostic": "2.12.1-canary.3449+741f0a6ef", | ||
"@atlaspack/plugin": "2.12.1-canary.3449+741f0a6ef", | ||
"@atlaspack/utils": "2.12.1-canary.3449+741f0a6ef", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3450+d9092cb8e", | ||
"@atlaspack/plugin": "2.12.1-canary.3450+d9092cb8e", | ||
"@atlaspack/utils": "2.12.1-canary.3450+d9092cb8e", | ||
"@parcel/source-map": "^2.1.1", | ||
@@ -34,3 +34,3 @@ "browserslist": "^4.6.6", | ||
}, | ||
"gitHead": "741f0a6efd61aa7af5d5ca419b360c2b7127b387" | ||
"gitHead": "d9092cb8efbaed752761ddba4d11603533e2e063" | ||
} |
@@ -90,3 +90,3 @@ // @flow strict-local | ||
unusedSymbols = []; | ||
bundle.traverseAssets(asset => { | ||
bundle.traverseAssets((asset) => { | ||
if ( | ||
@@ -107,3 +107,3 @@ asset.symbols.isCleared || | ||
let incoming = bundleGraph.getIncomingDependencies(asset); | ||
defaultImport = incoming.find(d => | ||
defaultImport = incoming.find((d) => | ||
d.symbols.hasExportSymbol('default'), | ||
@@ -110,0 +110,0 @@ ); |
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
26036
0.02%