Socket
Socket
Sign inDemoInstall

@parcel/types

Package Overview
Dependencies
Maintainers
1
Versions
875
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/types - npm Package Compare versions

Comparing version 2.0.0-nightly.79 to 2.0.0-nightly.85

15

index.js

@@ -275,2 +275,3 @@ // @flow strict-local

+isWeak: ?boolean;
+isDeferred: boolean;
+loc: ?SourceLocation;

@@ -606,8 +607,2 @@ +env: Environment;

getBundleGroupsContainingBundle(bundle: Bundle): Array<BundleGroup>;
getBundleGroupsReferencedByBundle(
bundle: Bundle,
): Array<{|
bundleGroup: BundleGroup,
dependency: Dependency,
|}>;
getBundlesInBundleGroup(bundleGroup: BundleGroup): Array<Bundle>;

@@ -629,8 +624,10 @@ getChildBundles(bundle: Bundle): Array<Bundle>;

findBundlesWithAsset(Asset): Array<Bundle>;
getExternalDependencies(bundle: Bundle): Array<Dependency>;
resolveExternalDependency(dependency: Dependency): ?BundleGroup;
}
export type BundleResult = {|
contents: Blob,
ast?: AST,
map?: ?SourceMap,
+contents: Blob,
+ast?: AST,
+map?: ?SourceMap,
|};

@@ -637,0 +634,0 @@

4

package.json
{
"name": "@parcel/types",
"version": "2.0.0-nightly.79+287ac639",
"version": "2.0.0-nightly.85+e33d9161",
"license": "MIT",

@@ -13,3 +13,3 @@ "main": "src/index.js",

},
"gitHead": "287ac6397ade28595d56ac73971edb832bda8ff7"
"gitHead": "e33d91613d0ab9f600c93c5f8466f20fe9ca9dce"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc