Socket
Socket
Sign inDemoInstall

@parcel/utils

Package Overview
Dependencies
Maintainers
1
Versions
877
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/utils - npm Package Compare versions

Comparing version 2.0.0-nightly.177 to 2.0.0-nightly.182

12

package.json
{
"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|}> {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc