New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/feature-flags

Package Overview
Dependencies
Maintainers
0
Versions
219
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.13.4-canary.3395 to 2.13.4-canary.3397

3

lib/index.js

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

exampleFeature: false,
useWatchmanWatcher: false,
importRetry: false
useWatchmanWatcher: false
};

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

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

readonly useWatchmanWatcher: boolean;
/**
* Configure runtime to enable retriable dynamic imports
*/
importRetry: boolean;
};
{
"name": "@parcel/feature-flags",
"version": "2.13.4-canary.3395+f86f5f27c",
"version": "2.13.4-canary.3397+7eae895f3",
"description": "Provides internal feature-flags for the parcel codebase.",

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

},
"gitHead": "f86f5f27c3a6553e70bd35652f19e6ab8d8e4e4a"
"gitHead": "7eae895f3c77e1b97d0646628f59dd6c9107ab83"
}

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

useWatchmanWatcher: false,
importRetry: false,
};

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

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

+useWatchmanWatcher: boolean,
/**
* Configure runtime to enable retriable dynamic imports
*/
importRetry: 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