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.97 to 2.0.0-nightly.101

12

index.js

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

+name: string;
+publicUrl: ?string;
+publicUrl: string;
+loc: ?SourceLocation;

@@ -102,2 +102,4 @@ }

isLibrary?: boolean,
minify?: boolean,
scopeHoist?: boolean,
|};

@@ -119,2 +121,4 @@

isLibrary?: boolean,
minify?: boolean,
scopeHoist?: boolean,
|};

@@ -136,2 +140,4 @@

+isLibrary: boolean;
+minify: boolean;
+scopeHoist: boolean;

@@ -187,2 +193,4 @@ isBrowser(): boolean;

sourceMaps?: boolean,
publicUrl?: string,
distDir?: FilePath,
hot?: boolean,

@@ -209,4 +217,2 @@ serve?: ServerOptions | false,

+mode: BuildMode;
+minify: boolean;
+scopeHoist: boolean;
+sourceMaps: boolean;

@@ -213,0 +219,0 @@ +env: EnvMap;

{
"name": "@parcel/types",
"version": "2.0.0-nightly.97+a63f3fc9",
"version": "2.0.0-nightly.101+fa36fe82",
"license": "MIT",

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

},
"gitHead": "a63f3fc9726483219412920faeb255e035f90747"
"gitHead": "fa36fe822604e5bc19789cd5c1e89b090c3a7471"
}
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