You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@atlaspack/feature-flags

Package Overview
Dependencies
Maintainers
3
Versions
987
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.14.1-canary.494
to
2.14.1-canary.496
+0
-8
dist/index.js

@@ -172,10 +172,2 @@ "use strict";

/**
* Enable the new incremental bundling versioning logic which determines whether
* a full bundling pass is required based on the AssetGraph's bundlingVersion.
*
* @author Pedro Tacla Yamada <pyamada@atlassian.com>
* @since 2025-07-08
*/
incrementalBundlingVersioning: process.env.ATLASPACK_BUILD_ENV === 'test',
/**
* Remove redundant shared bundles that are no longer required after merging

@@ -182,0 +174,0 @@ * async bundles.

@@ -170,10 +170,2 @@ "use strict";

/**
* Enable the new incremental bundling versioning logic which determines whether
* a full bundling pass is required based on the AssetGraph's bundlingVersion.
*
* @author Pedro Tacla Yamada <pyamada@atlassian.com>
* @since 2025-07-08
*/
incrementalBundlingVersioning: process.env.ATLASPACK_BUILD_ENV === 'test',
/**
* Remove redundant shared bundles that are no longer required after merging

@@ -180,0 +172,0 @@ * async bundles.

@@ -160,10 +160,2 @@ export type ConsistencyCheckFeatureFlagValue = (typeof CONSISTENCY_CHECK_VALUES)[number];

/**
* Enable the new incremental bundling versioning logic which determines whether
* a full bundling pass is required based on the AssetGraph's bundlingVersion.
*
* @author Pedro Tacla Yamada <pyamada@atlassian.com>
* @since 2025-07-08
*/
incrementalBundlingVersioning: boolean;
/**
* Remove redundant shared bundles that are no longer required after merging

@@ -170,0 +162,0 @@ * async bundles.

+2
-2
{
"name": "@atlaspack/feature-flags",
"version": "2.14.1-canary.494+ecf8b7931",
"version": "2.14.1-canary.496+ad3c8223a",
"description": "Provides internal feature-flags for the atlaspack codebase.",

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

"type": "commonjs",
"gitHead": "ecf8b7931c5516df2117d525cefff5d7e1d20bee"
"gitHead": "ad3c8223ab1abce9e8da81239cc56f27d37c7cad"
}

@@ -189,11 +189,2 @@ export type ConsistencyCheckFeatureFlagValue =

/**
* Enable the new incremental bundling versioning logic which determines whether
* a full bundling pass is required based on the AssetGraph's bundlingVersion.
*
* @author Pedro Tacla Yamada <pyamada@atlassian.com>
* @since 2025-07-08
*/
incrementalBundlingVersioning: process.env.ATLASPACK_BUILD_ENV === 'test',
/**
* Remove redundant shared bundles that are no longer required after merging

@@ -200,0 +191,0 @@ * async bundles.

Sorry, the diff of this file is not supported yet