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 5.1.1-alpha.0 to 5.2.0

3

dist/index.cjs.js

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

ENABLE_LEGACY_SCOPE_TOKENS: null,
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
};

@@ -88,3 +89,3 @@ // eslint-disable-next-line no-restricted-properties

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 5.1.0 */
/** version: 5.2.0 */
//# sourceMappingURL=index.cjs.js.map

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

ENABLE_LEGACY_SCOPE_TOKENS: null,
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
};

@@ -80,3 +81,3 @@ // eslint-disable-next-line no-restricted-properties

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

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

ENABLE_LEGACY_SCOPE_TOKENS: FeatureFlagValue;
/**
* If true, enable experimental shadow DOM migration mode globally.
*/
ENABLE_FORCE_SHADOW_MIGRATE_MODE: FeatureFlagValue;
}
export type FeatureFlagName = keyof FeatureFlagMap;

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

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

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

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