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.3190 to 2.12.1-canary.3194

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-canary.3190+91b47ff58",
"description": "Blazing fast, zero configuration web application bundler",
"version": "2.12.1-canary.3194+82ed63619",
"description": "Provides internal feature-flags for the parcel codebase.",
"license": "MIT",

@@ -27,3 +27,3 @@ "publishConfig": {

},
"gitHead": "91b47ff5823d3c91cd46937bca83da4a8e29abb5"
"gitHead": "82ed636193e5606bd863cb62d4f6c55731263be1"
}

@@ -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