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

@lwc/features

Package Overview
Dependencies
Maintainers
0
Versions
618
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

to
8.10.3

3

dist/index.cjs.js

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

DISABLE_SYNTHETIC_SHADOW: null,
DISABLE_TRY_CATCH_FOR_SIGNALS_CHECK: null,
};

@@ -96,3 +97,3 @@ if (!globalThis.lwcRuntimeFlags) {

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 8.10.2 */
/** version: 8.10.3 */
//# sourceMappingURL=index.cjs.js.map

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

DISABLE_SYNTHETIC_SHADOW: null,
DISABLE_TRY_CATCH_FOR_SIGNALS_CHECK: null,
};

@@ -88,3 +89,3 @@ if (!globalThis.lwcRuntimeFlags) {

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

@@ -62,3 +62,7 @@ /**

DISABLE_SYNTHETIC_SHADOW: FeatureFlagValue;
/**
* Disable using a try/catch when sniffing for whether an object is a signal or not
*/
DISABLE_TRY_CATCH_FOR_SIGNALS_CHECK: FeatureFlagValue;
}
export type FeatureFlagName = keyof FeatureFlagMap;

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

"name": "@lwc/features",
"version": "8.10.2",
"version": "8.10.3",
"description": "LWC Features Flags",

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

"dependencies": {
"@lwc/shared": "8.10.2"
"@lwc/shared": "8.10.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet