Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/types

Package Overview
Dependencies
Maintainers
1
Versions
882
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.107 to 2.0.0-nightly.112

7

index.js

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

| {|
+id?: string,
+uniqueKey?: string,
+entryAsset: Asset,

@@ -547,3 +547,3 @@ +target: Target,

| {|
+id: string,
+uniqueKey: string,
+entryAsset?: Asset,

@@ -566,2 +566,3 @@ +target: Target,

+id: string;
+hashReference: string;
+type: string;

@@ -579,3 +580,2 @@ +env: Environment;

hasAsset(Asset): boolean;
getHash(): string;
traverseAssets<TContext>(visit: GraphVisitor<Asset, TContext>): ?TContext;

@@ -590,2 +590,3 @@ traverse<TContext>(

+name: string;
+displayName: string;
}

@@ -592,0 +593,0 @@

{
"name": "@parcel/types",
"version": "2.0.0-nightly.107+b2851080",
"version": "2.0.0-nightly.112+9e4870b8",
"license": "MIT",

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

},
"gitHead": "b2851080dd7c4c1df22b2c512ce50d7424c36927"
"gitHead": "9e4870b8c861134e45750671a84bee966eacbd8c"
}
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