@parcel/types
Advanced tools
Comparing version 2.0.0-nightly.97 to 2.0.0-nightly.101
12
index.js
@@ -76,3 +76,3 @@ // @flow strict-local | ||
+name: string; | ||
+publicUrl: ?string; | ||
+publicUrl: string; | ||
+loc: ?SourceLocation; | ||
@@ -102,2 +102,4 @@ } | ||
isLibrary?: boolean, | ||
minify?: boolean, | ||
scopeHoist?: boolean, | ||
|}; | ||
@@ -119,2 +121,4 @@ | ||
isLibrary?: boolean, | ||
minify?: boolean, | ||
scopeHoist?: boolean, | ||
|}; | ||
@@ -136,2 +140,4 @@ | ||
+isLibrary: boolean; | ||
+minify: boolean; | ||
+scopeHoist: boolean; | ||
@@ -187,2 +193,4 @@ isBrowser(): boolean; | ||
sourceMaps?: boolean, | ||
publicUrl?: string, | ||
distDir?: FilePath, | ||
hot?: boolean, | ||
@@ -209,4 +217,2 @@ serve?: ServerOptions | false, | ||
+mode: BuildMode; | ||
+minify: boolean; | ||
+scopeHoist: boolean; | ||
+sourceMaps: boolean; | ||
@@ -213,0 +219,0 @@ +env: EnvMap; |
{ | ||
"name": "@parcel/types", | ||
"version": "2.0.0-nightly.97+a63f3fc9", | ||
"version": "2.0.0-nightly.101+fa36fe82", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "a63f3fc9726483219412920faeb255e035f90747" | ||
"gitHead": "fa36fe822604e5bc19789cd5c1e89b090c3a7471" | ||
} |
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
21546
753