Socket
Socket
Sign inDemoInstall

@parcel/feature-flags

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/feature-flags - npm Package Compare versions

Comparing version 2.12.1-canary.3267 to 2.12.1-canary.3269

3

lib/index.js

@@ -14,4 +14,3 @@ "use strict";

configKeyInvalidation: false,
parcelV3: false,
dfsFasterRefactor: false
parcelV3: false
};

@@ -18,0 +17,0 @@ let featureFlagValues = {

@@ -13,7 +13,2 @@ export type FeatureFlags = {

/**
* Refactors dfsNew to use an iterative approach.
*/
readonly dfsFasterRefactor: boolean;
/**
* Rust backed requests

@@ -20,0 +15,0 @@ */

{
"name": "@parcel/feature-flags",
"version": "2.12.1-canary.3267+bcc68e119",
"version": "2.12.1-canary.3269+9eff0bfeb",
"description": "Provides internal feature-flags for the parcel codebase.",

@@ -27,3 +27,3 @@ "license": "MIT",

},
"gitHead": "bcc68e1196ad4df0a75a2f41fd50fdacb2b7a561"
"gitHead": "9eff0bfeb655845c8ffd86d8acdba9a21bbafc82"
}

@@ -12,3 +12,2 @@ // @flow strict

parcelV3: false,
dfsFasterRefactor: false,
};

@@ -15,0 +14,0 @@

@@ -13,6 +13,2 @@ // @flow strict

/**
* Refactors dfsNew to use an iterative approach.
*/
+dfsFasterRefactor: boolean,
/**
* Rust backed requests

@@ -19,0 +15,0 @@ */

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