Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaspack/feature-flags

Package Overview
Dependencies
Maintainers
0
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/feature-flags - npm Package Compare versions

Comparing version 2.12.1-canary.3406 to 2.12.1-canary.3407

3

lib/index.js

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

fastNeedsDefaultInterop: false,
ownedResolverStructures: false
ownedResolverStructures: false,
conditionalBundlingApi: false
};

@@ -21,0 +22,0 @@ let featureFlagValues = {

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

ownedResolverStructures: boolean;
/**
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax
* in order to have (consumer) feature flag driven bundling. This feature is very experimental,
* and requires server-side support.
*/
conditionalBundlingApi: boolean;
};
{
"name": "@atlaspack/feature-flags",
"version": "2.12.1-canary.3406+3f272b43c",
"version": "2.12.1-canary.3407+512b8d123",
"description": "Provides internal feature-flags for the atlaspack codebase.",

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

},
"gitHead": "3f272b43c6222ff13100e5f3f927fc0c39418b41"
"gitHead": "512b8d123cedf6478e3444817918d2ad95cdf1f8"
}

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

ownedResolverStructures: false,
conditionalBundlingApi: false,
};

@@ -18,0 +19,0 @@

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

ownedResolverStructures: boolean,
/**
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax
* in order to have (consumer) feature flag driven bundling. This feature is very experimental,
* and requires server-side support.
*/
conditionalBundlingApi: 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