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
607
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.5 to 8.12.6-alpha.0

1

dist/index.cjs.js

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

DISABLE_SYNTHETIC_SHADOW: null,
ENABLE_LEGACY_LOCKER_SUPPORT: null,
};

@@ -31,0 +32,0 @@ if (!globalThis.lwcRuntimeFlags) {

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

DISABLE_SYNTHETIC_SHADOW: null,
ENABLE_LEGACY_LOCKER_SUPPORT: null,
};

@@ -27,0 +28,0 @@ if (!globalThis.lwcRuntimeFlags) {

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

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

6

package.json

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

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

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

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