Socket
Socket
Sign inDemoInstall

@parcel/feature-flags

Package Overview
Dependencies
Maintainers
0
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.3310 to 2.12.1-canary.3311

1

lib/index.js

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

exampleFeature: false,
configKeyInvalidation: false,
parcelV3: false

@@ -16,0 +15,0 @@ };

@@ -6,9 +6,2 @@ export type FeatureFlags = {

/**
* Enables content hash based invalidation for config keys used in plugins.
* This allows Assets not to be invalidated when using
* `config.getConfigFrom(..., {packageKey: '...'})` and the value itself hasn't changed.
*/
readonly configKeyInvalidation: boolean;
/**
* Rust backed requests

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

4

package.json
{
"name": "@parcel/feature-flags",
"version": "2.12.1-canary.3310+f58a5e89f",
"version": "2.12.1-canary.3311+ae9644820",
"description": "Provides internal feature-flags for the parcel codebase.",

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

},
"gitHead": "f58a5e89ff6a75c6b3601b33f69ea22ec20e5a52"
"gitHead": "ae9644820b06cdbd7e6ffcfc18e4f25b6f14990a"
}

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

exampleFeature: false,
configKeyInvalidation: false,
parcelV3: false,

@@ -13,0 +12,0 @@ };

@@ -7,8 +7,2 @@ // @flow strict

/**
* Enables content hash based invalidation for config keys used in plugins.
* This allows Assets not to be invalidated when using
* `config.getConfigFrom(..., {packageKey: '...'})` and the value itself hasn't changed.
*/
+configKeyInvalidation: boolean,
/**
* Rust backed requests

@@ -15,0 +9,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