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
15
Versions
611
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 8.12.6-alpha.0 to 8.12.6

4

dist/index.cjs.js

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

DISABLE_SYNTHETIC_SHADOW: null,
ENABLE_LEGACY_LOCKER_SUPPORT: null,
LEGACY_LOCKER_ENABLED: null,
};

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

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 8.12.5 */
/** version: 8.12.6 */
//# sourceMappingURL=index.cjs.js.map

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

DISABLE_SYNTHETIC_SHADOW: null,
ENABLE_LEGACY_LOCKER_SUPPORT: null,
LEGACY_LOCKER_ENABLED: null,
};

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

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

@@ -66,5 +66,5 @@ /**

*/
ENABLE_LEGACY_LOCKER_SUPPORT: FeatureFlagValue;
LEGACY_LOCKER_ENABLED: FeatureFlagValue;
}
export type FeatureFlagName = keyof FeatureFlagMap;
//# sourceMappingURL=types.d.ts.map

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

"name": "@lwc/features",
"version": "8.12.6-alpha.0",
"version": "8.12.6",
"description": "LWC Features Flags",

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

"dependencies": {
"@lwc/shared": "8.12.6-alpha.0"
"@lwc/shared": "8.12.6"
}
}
}
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