Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@lwc/features

Package Overview
Dependencies
Maintainers
9
Versions
678
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/features - npm Package Compare versions

Comparing version
9.2.1
to
9.2.2
+1
-3
dist/index.cjs

@@ -28,3 +28,2 @@ /**

ENABLE_EXPERIMENTAL_SIGNALS: null,
ENABLE_LEGACY_SIGNAL_CONTEXT_VALIDATION: null,
DISABLE_SYNTHETIC_SHADOW: null,

@@ -35,3 +34,2 @@ DISABLE_HOST_ATTACH_SHADOW_GUARD: null,

DISABLE_DETACHED_REHYDRATION: null,
ENABLE_LEGACY_CONTEXT_CONNECTION: null,
};

@@ -103,3 +101,3 @@ if (!globalThis.lwcRuntimeFlags) {

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 9.2.1 */
/** version: 9.2.2 */
//# sourceMappingURL=index.cjs.map

@@ -24,3 +24,2 @@ /**

ENABLE_EXPERIMENTAL_SIGNALS: null,
ENABLE_LEGACY_SIGNAL_CONTEXT_VALIDATION: null,
DISABLE_SYNTHETIC_SHADOW: null,

@@ -31,3 +30,2 @@ DISABLE_HOST_ATTACH_SHADOW_GUARD: null,

DISABLE_DETACHED_REHYDRATION: null,
ENABLE_LEGACY_CONTEXT_CONNECTION: null,
};

@@ -95,3 +93,3 @@ if (!globalThis.lwcRuntimeFlags) {

export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest };
/** version: 9.2.1 */
/** version: 9.2.2 */
//# sourceMappingURL=index.js.map

@@ -58,8 +58,2 @@ /**

/**
* If true, legacy signal validation is used, where all component properties are considered signals or context
* if a trustedSignalSet and trustedContextSet have not been provided via setTrustedSignalSet and setTrustedContextSet.
* This is a killswitch for a bug fix: #5492
*/
ENABLE_LEGACY_SIGNAL_CONTEXT_VALIDATION: FeatureFlagValue;
/**
* If true, ignore `@lwc/synthetic-shadow` even if it's loaded on the page. Instead, run all components in

@@ -84,8 +78,2 @@ * native shadow mode.

/**
* If true, enables legacy context connection and disconnection which can result in the component lifecycle
* observing properties that are not typically observed. ENABLE_EXPERIMENTAL_SIGNALS must also be enabled for
* this flag to have an effect. See PR #5536 for more information.
*/
ENABLE_LEGACY_CONTEXT_CONNECTION: FeatureFlagValue;
/**
* If true, skips the guard that blocks native `attachShadow` on LWC component hosts that already use

@@ -92,0 +80,0 @@ * synthetic shadow. When false or unset, the guard is active (default).

@@ -7,3 +7,3 @@ {

"name": "@lwc/features",
"version": "9.2.1",
"version": "9.2.2",
"description": "LWC Features Flags",

@@ -55,4 +55,4 @@ "keywords": [

"dependencies": {
"@lwc/shared": "9.2.1"
"@lwc/shared": "9.2.2"
}
}