@parcel/types
Advanced tools
Comparing version 2.0.0-nightly.242 to 2.0.0-nightly.249
@@ -103,3 +103,3 @@ // @flow strict-local | ||
+distDir?: FilePath, | ||
+sourceMap?: TargetSourceMapOptions, | ||
+sourceMap?: boolean | TargetSourceMapOptions, | ||
+isLibrary?: boolean, | ||
@@ -208,2 +208,3 @@ +minify?: boolean, | ||
+defaultEngines?: Engines, | ||
+detailedReport?: number | boolean, | ||
@@ -213,3 +214,2 @@ // contentHash | ||
// global? | ||
// detailedReport | ||
|}; | ||
@@ -226,2 +226,3 @@ | ||
+rootDir: FilePath; | ||
+distDir: FilePath; | ||
+projectRoot: FilePath; | ||
@@ -233,2 +234,3 @@ +cacheDir: FilePath; | ||
+instanceId: string; | ||
+detailedReport: number; | ||
} | ||
@@ -664,2 +666,3 @@ | ||
isAssetReachableFromBundle(asset: Asset, bundle: Bundle): boolean; | ||
findReachableBundleWithAsset(bundle: Bundle, asset: Asset): ?Bundle; | ||
isAssetReferenced(asset: Asset): boolean; | ||
@@ -666,0 +669,0 @@ isAssetReferencedByDependant(bundle: Bundle, asset: Asset): boolean; |
{ | ||
"name": "@parcel/types", | ||
"version": "2.0.0-nightly.242+ac5e8071", | ||
"version": "2.0.0-nightly.249+e63c77c8", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "ac5e807141df2ab1d83853b631551b28643b5869" | ||
"gitHead": "e63c77c800f95d64b835212632d1a9ed2db9f381" | ||
} |
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
22729
782