Socket
Socket
Sign inDemoInstall

@parcel/types

Package Overview
Dependencies
Maintainers
1
Versions
881
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.72 to 2.0.0-nightly.79

15

index.js

@@ -92,3 +92,6 @@ // @flow strict-local

engines?: Engines,
includeNodeModules?: boolean | Array<PackageName>,
includeNodeModules?:
| boolean
| Array<PackageName>
| {[PackageName]: boolean, ...},
outputFormat?: OutputFormat,

@@ -109,3 +112,6 @@ publicUrl?: string,

engines?: Engines,
includeNodeModules?: boolean | Array<PackageName>,
includeNodeModules?:
| boolean
| Array<PackageName>
| {[PackageName]: boolean, ...},
outputFormat?: OutputFormat,

@@ -123,3 +129,6 @@ isLibrary?: boolean,

+engines: Engines;
+includeNodeModules: boolean | Array<PackageName>;
+includeNodeModules:
| boolean
| Array<PackageName>
| {[PackageName]: boolean, ...};
+outputFormat: OutputFormat;

@@ -126,0 +135,0 @@ +isLibrary: boolean;

4

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

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

},
"gitHead": "a0d19756a842b80ae8114b9e664a3b84057fcb70"
"gitHead": "287ac6397ade28595d56ac73971edb832bda8ff7"
}
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