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.3293 to 2.12.1-canary.3304

3

lib/index.js

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

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

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

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

readonly parcelV3: boolean;
/**
* Store large blobs on randomly generated keys
*/
readonly randomLargeBlobKeys: boolean;
};
{
"name": "@parcel/feature-flags",
"version": "2.12.1-canary.3293+7ae35de11",
"version": "2.12.1-canary.3304+03afd6c9f",
"description": "Provides internal feature-flags for the parcel codebase.",

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

},
"gitHead": "7ae35de11c3592fdcb6a289bb1652c8ac451fd13"
"gitHead": "03afd6c9f7026d1071821a7689e54f4ebc5ccc57"
}

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

parcelV3: false,
randomLargeBlobKeys: false,
};

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

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

+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