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.3268 to 2.12.1-dev.3275

4

lib/index.js

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

exampleFeature: false,
configKeyInvalidation: false
configKeyInvalidation: false,
parcelV3: false,
randomLargeBlobKeys: false
};

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

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

readonly configKeyInvalidation: boolean;
/**
* Rust backed requests
*/
readonly parcelV3: boolean;
/**
* Store large blobs on randomly generated keys
*/
readonly randomLargeBlobKeys: boolean;
};
{
"name": "@parcel/feature-flags",
"version": "2.12.1-dev.3268+10d19ff8a",
"description": "Blazing fast, zero configuration web application bundler",
"version": "2.12.1-dev.3275+8b017703f",
"description": "Provides internal feature-flags for the parcel codebase.",
"license": "MIT",

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

},
"gitHead": "10d19ff8a34dd8f479847aadf9865be48a8fad84"
"gitHead": "8b017703fdf4a90a643ce0190cdd7482060dc86b"
}

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

configKeyInvalidation: false,
parcelV3: false,
randomLargeBlobKeys: false,
};

@@ -13,0 +15,0 @@

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

+configKeyInvalidation: boolean,
/**
* Rust backed requests
*/
+parcelV3: boolean,
/**
* Store large blobs on randomly generated keys
*/
+randomLargeBlobKeys: 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