Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lwc/features

Package Overview
Dependencies
Maintainers
0
Versions
595
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 7.3.0-alpha.1 to 7.3.0-alpha.2

3

dist/index.cjs.js

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

ENABLE_EXPERIMENTAL_SIGNALS: null,
DISABLE_SYNTHETIC_SHADOW: null,
};

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

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 7.2.0 */
/** version: 7.3.0-alpha.2 */
//# sourceMappingURL=index.cjs.js.map

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

ENABLE_EXPERIMENTAL_SIGNALS: null,
DISABLE_SYNTHETIC_SHADOW: null,
};

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

export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest };
/** version: 7.2.0 */
/** version: 7.3.0-alpha.2 */
//# sourceMappingURL=index.js.map

@@ -57,3 +57,8 @@ /**

ENABLE_EXPERIMENTAL_SIGNALS: FeatureFlagValue;
/**
* If true, ignore `@lwc/synthetic-shadow` even if it's loaded on the page. Instead, run all components in
* native shadow mode.
*/
DISABLE_SYNTHETIC_SHADOW: FeatureFlagValue;
}
export type FeatureFlagName = keyof FeatureFlagMap;

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

"name": "@lwc/features",
"version": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"description": "LWC Features Flags",

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

"dependencies": {
"@lwc/shared": "7.3.0-alpha.1"
"@lwc/shared": "7.3.0-alpha.2"
}
}

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