Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/types

Package Overview
Dependencies
Maintainers
1
Versions
903
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.242 to 2.0.0-nightly.249

7

index.js

@@ -103,3 +103,3 @@ // @flow strict-local

+distDir?: FilePath,
+sourceMap?: TargetSourceMapOptions,
+sourceMap?: boolean | TargetSourceMapOptions,
+isLibrary?: boolean,

@@ -208,2 +208,3 @@ +minify?: boolean,

+defaultEngines?: Engines,
+detailedReport?: number | boolean,

@@ -213,3 +214,2 @@ // contentHash

// global?
// detailedReport
|};

@@ -226,2 +226,3 @@

+rootDir: FilePath;
+distDir: FilePath;
+projectRoot: FilePath;

@@ -233,2 +234,3 @@ +cacheDir: FilePath;

+instanceId: string;
+detailedReport: number;
}

@@ -664,2 +666,3 @@

isAssetReachableFromBundle(asset: Asset, bundle: Bundle): boolean;
findReachableBundleWithAsset(bundle: Bundle, asset: Asset): ?Bundle;
isAssetReferenced(asset: Asset): boolean;

@@ -666,0 +669,0 @@ isAssetReferencedByDependant(bundle: Bundle, asset: Asset): boolean;

{
"name": "@parcel/types",
"version": "2.0.0-nightly.242+ac5e8071",
"version": "2.0.0-nightly.249+e63c77c8",
"license": "MIT",

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

},
"gitHead": "ac5e807141df2ab1d83853b631551b28643b5869"
"gitHead": "e63c77c800f95d64b835212632d1a9ed2db9f381"
}
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