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
612
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.7-alpha.0 to 8.12.7

3

dist/index.cjs.js

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

DISABLE_SYNTHETIC_SHADOW: null,
LEGACY_LOCKER_ENABLED: null,
};

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

exports.setFeatureFlagForTest = setFeatureFlagForTest;
/** version: 8.12.2 */
/** version: 8.12.7 */
//# sourceMappingURL=index.cjs.js.map

@@ -31,1 +31,2 @@ import type { FeatureFlagMap, FeatureFlagName, FeatureFlagValue } from './types';

}
//# sourceMappingURL=index.d.ts.map

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

DISABLE_SYNTHETIC_SHADOW: null,
LEGACY_LOCKER_ENABLED: null,
};

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

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

@@ -62,3 +62,9 @@ /**

DISABLE_SYNTHETIC_SHADOW: FeatureFlagValue;
/**
* If true, then lightning legacy locker is supported, otherwise lightning legacy locker will not function
* properly.
*/
LEGACY_LOCKER_ENABLED: FeatureFlagValue;
}
export type FeatureFlagName = keyof FeatureFlagMap;
//# sourceMappingURL=types.d.ts.map

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

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

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

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