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.88 to 2.0.0-nightly.92

6

index.js

@@ -300,2 +300,3 @@ // @flow strict-local

+isInline: boolean;
+isSplittable: ?boolean;
+isSource: boolean;

@@ -327,2 +328,3 @@ +type: string;

isInline: boolean;
isSplittable: ?boolean;
type: string;

@@ -403,2 +405,3 @@

isInline?: boolean;
isSplittable?: boolean;
isSource?: boolean;

@@ -532,2 +535,3 @@ env?: EnvironmentOpts;

isInline?: ?boolean,
isSplittable?: ?boolean,
type?: ?string,

@@ -544,2 +548,3 @@ env?: ?Environment,

isInline?: ?boolean,
isSplittable?: ?boolean,
type: string,

@@ -561,2 +566,3 @@ env: Environment,

+isInline: ?boolean;
+isSplittable: ?boolean;
+target: Target;

@@ -563,0 +569,0 @@ +filePath: ?FilePath;

4

package.json
{
"name": "@parcel/types",
"version": "2.0.0-nightly.88+7f447bec",
"version": "2.0.0-nightly.92+c0655c56",
"license": "MIT",

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

},
"gitHead": "7f447bec1eaf6d16b64114658b0be67ae042bea5"
"gitHead": "c0655c56f7973492fdb28671029ddd923f17a244"
}
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