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
12
Versions
620
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

to
1.1.1-alpha2

5

dist/flags.cjs.js

@@ -84,5 +84,6 @@ /**

ENABLE_REACTIVE_SETTER: null,
// Flags to toggle on/off the enforcement of shadow dom semantic in element/node outside lwc boundary when using synthetic shadow.
ENABLE_ELEMENT_PATCH: null,
ENABLE_ELEMENT_QUERY_SELECTORS_PATCH: null,
ENABLE_ELEMENT_GET_ELEMENTS_BY_PATCH: null,
ENABLE_NODE_LIST_PATCH: null,
ENABLE_HTML_COLLECTIONS_PATCH: null,
ENABLE_NODE_PATCH: null,

@@ -89,0 +90,0 @@ };

@@ -80,5 +80,6 @@ /**

ENABLE_REACTIVE_SETTER: null,
// Flags to toggle on/off the enforcement of shadow dom semantic in element/node outside lwc boundary when using synthetic shadow.
ENABLE_ELEMENT_PATCH: null,
ENABLE_ELEMENT_QUERY_SELECTORS_PATCH: null,
ENABLE_ELEMENT_GET_ELEMENTS_BY_PATCH: null,
ENABLE_NODE_LIST_PATCH: null,
ENABLE_HTML_COLLECTIONS_PATCH: null,
ENABLE_NODE_PATCH: null,

@@ -85,0 +86,0 @@ };

6

package.json
{
"name": "@lwc/features",
"version": "1.1.1-alpha1",
"version": "1.1.1-alpha2",
"description": "LWC Features Flags",

@@ -19,3 +19,3 @@ "main": "dist/flags.cjs.js",

"devDependencies": {
"@lwc/shared": "1.1.1-alpha1"
"@lwc/shared": "1.1.1-alpha2"
},

@@ -25,3 +25,3 @@ "publishConfig": {

},
"gitHead": "191b03373c55a3c6626b3e0388703b272635ea1c"
"gitHead": "090732512a8ae3c87b14ac7333ad5c10468c5696"
}