Socket
Socket
Sign inDemoInstall

@parcel/types

Package Overview
Dependencies
Maintainers
1
Versions
879
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.195 to 2.0.0-nightly.196

6

index.js

@@ -39,2 +39,4 @@ // @flow strict-local

export type HMROptions = {port?: number, host?: string, ...};
export type RawParcelConfig = {|

@@ -194,3 +196,3 @@ extends?: PackageName | FilePath | Array<PackageName | FilePath>,

+distDir?: FilePath,
+hot?: boolean,
+hot?: ?HMROptions,
+serve?: ServerOptions | false,

@@ -218,3 +220,3 @@ +autoinstall?: boolean,

+env: EnvMap;
+hot: boolean;
+hot: ?HMROptions;
+serve: ServerOptions | false;

@@ -221,0 +223,0 @@ +autoinstall: boolean;

{
"name": "@parcel/types",
"version": "2.0.0-nightly.195+b39859b6",
"version": "2.0.0-nightly.196+1a1cc608",
"license": "MIT",

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

},
"gitHead": "b39859b650259ea8977260c73749f3c4ffeef947"
"gitHead": "1a1cc60826b23c94998c6a80fb3620a50f1b162c"
}
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