@parcel/types
Advanced tools
Comparing version 2.0.0-nightly.107 to 2.0.0-nightly.112
@@ -534,3 +534,3 @@ // @flow strict-local | ||
| {| | ||
+id?: string, | ||
+uniqueKey?: string, | ||
+entryAsset: Asset, | ||
@@ -547,3 +547,3 @@ +target: Target, | ||
| {| | ||
+id: string, | ||
+uniqueKey: string, | ||
+entryAsset?: Asset, | ||
@@ -566,2 +566,3 @@ +target: Target, | ||
+id: string; | ||
+hashReference: string; | ||
+type: string; | ||
@@ -579,3 +580,2 @@ +env: Environment; | ||
hasAsset(Asset): boolean; | ||
getHash(): string; | ||
traverseAssets<TContext>(visit: GraphVisitor<Asset, TContext>): ?TContext; | ||
@@ -590,2 +590,3 @@ traverse<TContext>( | ||
+name: string; | ||
+displayName: string; | ||
} | ||
@@ -592,0 +593,0 @@ |
{ | ||
"name": "@parcel/types", | ||
"version": "2.0.0-nightly.107+b2851080", | ||
"version": "2.0.0-nightly.112+9e4870b8", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "b2851080dd7c4c1df22b2c512ce50d7424c36927" | ||
"gitHead": "9e4870b8c861134e45750671a84bee966eacbd8c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
21740
754