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.3410 to 2.12.1-canary.3411

1

lib/index.js

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

fastNeedsDefaultInterop: false,
ownedResolverStructures: false,
conditionalBundlingApi: false

@@ -22,0 +21,0 @@ };

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

/**
* Enable resolver refactor into owned data structures.
*/
ownedResolverStructures: boolean;
/**
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax

@@ -45,0 +40,0 @@ * in order to have (consumer) feature flag driven bundling. This feature is very experimental,

4

package.json
{
"name": "@atlaspack/feature-flags",
"version": "2.12.1-canary.3410+11a9679ea",
"version": "2.12.1-canary.3411+eb4b345e8",
"description": "Provides internal feature-flags for the atlaspack codebase.",

@@ -23,3 +23,3 @@ "license": "(MIT OR Apache-2.0)",

},
"gitHead": "11a9679ea386c5e8342aa840646e41e77cbabd92"
"gitHead": "eb4b345e82ffaf620d6fdd8e36b54b3e87c70f98"
}

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

fastNeedsDefaultInterop: false,
ownedResolverStructures: false,
conditionalBundlingApi: false,

@@ -19,0 +18,0 @@ };

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

/**
* Enable resolver refactor into owned data structures.
*/
ownedResolverStructures: boolean,
/**
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax

@@ -39,0 +35,0 @@ * in order to have (consumer) feature flag driven bundling. This feature is very experimental,

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