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
14
Versions
605
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 6.1.1 to 6.2.0

3

dist/index.cjs.js

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

ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
ENABLE_EXPERIMENTAL_SIGNALS: null,
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null,

@@ -87,3 +88,3 @@ };

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 6.1.1 */
/** version: 6.2.0 */
//# sourceMappingURL=index.cjs.js.map

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

ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
ENABLE_EXPERIMENTAL_SIGNALS: null,
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null,

@@ -79,3 +80,3 @@ };

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

@@ -52,2 +52,7 @@ /**

/**
* EXPERIMENTAL FEATURE, DO NOT USE IN PRODUCTION
* If true, allows the engine to expose reactivity to signals as describe in @lwc/signals.
*/
ENABLE_EXPERIMENTAL_SIGNALS: FeatureFlagValue;
/**
* If true, disable temporary support for the LWC v5 compiler format.

@@ -54,0 +59,0 @@ */

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

"name": "@lwc/features",
"version": "6.1.1",
"version": "6.2.0",
"description": "LWC Features Flags",

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

"dependencies": {
"@lwc/shared": "6.1.1"
"@lwc/shared": "6.2.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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