Socket
Socket
Sign inDemoInstall

@types/parcel-bundler

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.3 to 1.12.4

44

parcel-bundler/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for parcel-bundler 1.12

*/
cert?: string;
cert?: string | undefined;
/**

@@ -26,3 +26,3 @@ * Path to custom key

*/
key?: string;
key?: string | undefined;
}

@@ -36,3 +36,3 @@

*/
outDir?: string;
outDir?: string | undefined;
/**

@@ -43,3 +43,3 @@ * The name of the outputFile

*/
outFile?: string;
outFile?: string | undefined;
/**

@@ -50,3 +50,3 @@ * The url to server on

*/
publicUrl?: string;
publicUrl?: string | undefined;
/**

@@ -57,3 +57,3 @@ * Whether to watch the files and rebuild them on change

*/
watch?: boolean;
watch?: boolean | undefined;
/**

@@ -64,3 +64,3 @@ * Enabled or disables caching

*/
cache?: boolean;
cache?: boolean | undefined;
/**

@@ -71,3 +71,3 @@ * The directory cache gets put in

*/
cacheDir?: string;
cacheDir?: string | undefined;
/**

@@ -78,3 +78,3 @@ * Disable content hash from being included on the filename

*/
contentHash?: boolean;
contentHash?: boolean | undefined;
/**

@@ -85,3 +85,3 @@ * Minify files

*/
minify?: boolean;
minify?: boolean | undefined;
/**

@@ -92,7 +92,7 @@ * Turn on experimental scope hoisting/tree shaking flag, for smaller production bundles

*/
scopeHoist?: boolean;
scopeHoist?: boolean | undefined;
/**
* @default "browser"
*/
target?: "browser" | "node" | "electron";
target?: "browser" | "node" | "electron" | undefined;
/**

@@ -106,3 +106,3 @@ * Define a custom {key, cert} pair

| false
| HttpsOptions;
| HttpsOptions | undefined;
/**

@@ -113,3 +113,3 @@ * 3 = log everything, 2 = log warnings & errors, 1 = log errors

*/
logLevel?: 3 | 2 | 1;
logLevel?: 3 | 2 | 1 | undefined;
/**

@@ -122,3 +122,3 @@ * The port the HMR socket runs on

*/
hmrPort?: 0 | number;
hmrPort?: 0 | number | undefined;
/**

@@ -131,3 +131,3 @@ * Enable or disable sourcemaps

*/
sourceMaps?: boolean;
sourceMaps?: boolean | undefined;
/**

@@ -138,3 +138,3 @@ * A hostname for hot module reload

*/
hmrHostname?: string;
hmrHostname?: string | undefined;
/**

@@ -147,3 +147,3 @@ * Prints a detailed report of the bundles, assets, filesizes and times

*/
detailedReport?: boolean;
detailedReport?: boolean | undefined;

@@ -153,3 +153,3 @@ /**

*/
global?: string;
global?: string | undefined;

@@ -163,3 +163,3 @@ /**

*/
bundleNodeModules?: true | false;
bundleNodeModules?: true | false | undefined;

@@ -171,3 +171,3 @@ /**

*/
hmr?: true | false;
hmr?: true | false | undefined;

@@ -179,3 +179,3 @@ /**

*/
autoInstall?: boolean;
autoInstall?: boolean | undefined;
}

@@ -182,0 +182,0 @@

{
"name": "@types/parcel-bundler",
"version": "1.12.3",
"version": "1.12.4",
"description": "TypeScript definitions for parcel-bundler",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parcel-bundler",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "02e4a33c88c619f78e38320dc8423de7c975a4afc0105d06909d0e825f46c494",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "d0aeaf22673f0c9d8c715e2536bf1217c3ffcf8ee6ae6132af76bc36cc0c1e60",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 09 Jan 2021 15:15:03 GMT
* Last updated: Thu, 08 Jul 2021 20:19:16 GMT
* Dependencies: [@types/express-serve-static-core](https://npmjs.com/package/@types/express-serve-static-core)

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc