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.0 to 6.1.1

3

dist/index.cjs.js

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

ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null,
};

@@ -86,3 +87,3 @@ if (!globalThis.lwcRuntimeFlags) {

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

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

ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: null,
};

@@ -78,3 +79,3 @@ if (!globalThis.lwcRuntimeFlags) {

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

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

ENABLE_FORCE_SHADOW_MIGRATE_MODE: FeatureFlagValue;
/**
* If true, disable temporary support for the LWC v5 compiler format.
*/
DISABLE_TEMPORARY_V5_COMPILER_SUPPORT: FeatureFlagValue;
}
export type FeatureFlagName = keyof FeatureFlagMap;

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

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

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

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

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