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-dev.3195 to 2.12.1-dev.3196

3

lib/index.js

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

exampleFeature: false,
configKeyInvalidation: false
configKeyInvalidation: false,
dfsFasterRefactor: false
};

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

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

readonly configKeyInvalidation: boolean;
/**
* Refactors dfsNew to use an iterative approach.
*/
readonly dfsFasterRefactor: boolean;
};
{
"name": "@parcel/feature-flags",
"version": "2.12.1-dev.3195+7afdafedd",
"version": "2.12.1-dev.3196+c9a0ab031",
"description": "Provides internal feature-flags for the parcel codebase.",

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

},
"gitHead": "7afdafedd7f01d82b9868ec004b3966a88006300"
"gitHead": "c9a0ab031986a896a5991de16420b12988d013cd"
}

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

configKeyInvalidation: false,
dfsFasterRefactor: false,
};

@@ -13,0 +14,0 @@

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

+configKeyInvalidation: boolean,
/**
* Refactors dfsNew to use an iterative approach.
*/
+dfsFasterRefactor: boolean,
|};
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