@parcel/utils
Advanced tools
Comparing version 2.0.0-nightly.177 to 2.0.0-nightly.182
{ | ||
"name": "@parcel/utils", | ||
"version": "2.0.0-nightly.177+db7e3a12", | ||
"version": "2.0.0-nightly.182+a1a2515f", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"@iarna/toml": "^2.2.0", | ||
"@parcel/codeframe": "2.0.0-nightly.177+db7e3a12", | ||
"@parcel/diagnostic": "2.0.0-nightly.177+db7e3a12", | ||
"@parcel/logger": "2.0.0-nightly.177+db7e3a12", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.177+db7e3a12", | ||
"@parcel/codeframe": "2.0.0-nightly.182+a1a2515f", | ||
"@parcel/diagnostic": "2.0.0-nightly.182+a1a2515f", | ||
"@parcel/logger": "2.0.0-nightly.182+a1a2515f", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.182+a1a2515f", | ||
"ansi-html": "^0.0.7", | ||
@@ -44,3 +44,3 @@ "chalk": "^2.4.2", | ||
}, | ||
"gitHead": "db7e3a12105630abc44058bff7a88eb612f12e75" | ||
"gitHead": "a1a2515ff8710c0ebc56fb6dc0aad72b6f6dec48" | ||
} |
@@ -93,6 +93,3 @@ // @flow strict-local | ||
) => {|from: string, to: string|}, | ||
getInlineBundleContents: ( | ||
Bundle, | ||
BundleGraph, | ||
) => Async<{|contents: Blob, map: ?(Readable | string)|}>, | ||
getInlineBundleContents: (Bundle, BundleGraph) => Async<{|contents: Blob|}>, | ||
map?: ?SourceMap, | ||
@@ -99,0 +96,0 @@ |}): Promise<{|+contents: string, +map: ?SourceMap|}> { |
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
132385
4147