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

@lwc/shared

Package Overview
Dependencies
Maintainers
14
Versions
594
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/shared - npm Package Compare versions

Comparing version 6.3.1 to 6.3.2

5

dist/api-version.d.ts

@@ -54,5 +54,6 @@ export declare const enum APIVersion {

/**
* If enabled, allows usage of the `attachInternals` and `ElementInternals` API
* If enabled, allows usage of the `attachInternals` and `ElementInternals` APIs, as well as
* Form-Associated Custom Elements (FACE).
*/
ENABLE_ELEMENT_INTERNALS = 8
ENABLE_ELEMENT_INTERNALS_AND_FACE = 8
}

@@ -59,0 +60,0 @@ /**

10

dist/index.cjs.js

@@ -308,10 +308,10 @@ /**

return apiVersion >= 59 /* APIVersion.V59_246_WINTER_24 */;
case 2 /* APIFeature.USE_FRAGMENTS_FOR_LIGHT_DOM_SLOTS */:
case 3 /* APIFeature.DISABLE_OBJECT_REST_SPREAD_TRANSFORMATION */:
case 4 /* APIFeature.SKIP_UNNECESSARY_REGISTER_DECORATORS */:
case 5 /* APIFeature.USE_COMMENTS_FOR_FRAGMENT_BOOKENDS */:
case 2 /* APIFeature.USE_FRAGMENTS_FOR_LIGHT_DOM_SLOTS */:
return apiVersion >= 60 /* APIVersion.V60_248_SPRING_24 */;
case 8 /* APIFeature.ENABLE_ELEMENT_INTERNALS_AND_FACE */:
case 7 /* APIFeature.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE */:
case 6 /* APIFeature.USE_LIGHT_DOM_SLOT_FORWARDING */:
case 7 /* APIFeature.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE */:
case 8 /* APIFeature.ENABLE_ELEMENT_INTERNALS */:
return apiVersion >= 61 /* APIVersion.V61_250_SUMMER_24 */;

@@ -687,3 +687,3 @@ }

// Increment whenever the LWC template compiler changes
const LWC_VERSION = "6.3.1";
const LWC_VERSION = "6.3.2";
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;

@@ -784,3 +784,3 @@ const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;

exports.toString = toString;
/** version: 6.3.1 */
/** version: 6.3.2 */
//# sourceMappingURL=index.cjs.js.map

@@ -304,10 +304,10 @@ /**

return apiVersion >= 59 /* APIVersion.V59_246_WINTER_24 */;
case 2 /* APIFeature.USE_FRAGMENTS_FOR_LIGHT_DOM_SLOTS */:
case 3 /* APIFeature.DISABLE_OBJECT_REST_SPREAD_TRANSFORMATION */:
case 4 /* APIFeature.SKIP_UNNECESSARY_REGISTER_DECORATORS */:
case 5 /* APIFeature.USE_COMMENTS_FOR_FRAGMENT_BOOKENDS */:
case 2 /* APIFeature.USE_FRAGMENTS_FOR_LIGHT_DOM_SLOTS */:
return apiVersion >= 60 /* APIVersion.V60_248_SPRING_24 */;
case 8 /* APIFeature.ENABLE_ELEMENT_INTERNALS_AND_FACE */:
case 7 /* APIFeature.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE */:
case 6 /* APIFeature.USE_LIGHT_DOM_SLOT_FORWARDING */:
case 7 /* APIFeature.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE */:
case 8 /* APIFeature.ENABLE_ELEMENT_INTERNALS */:
return apiVersion >= 61 /* APIVersion.V61_250_SUMMER_24 */;

@@ -683,3 +683,3 @@ }

// Increment whenever the LWC template compiler changes
const LWC_VERSION = "6.3.1";
const LWC_VERSION = "6.3.2";
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;

@@ -689,3 +689,3 @@ const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;

export { AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayEvery, ArrayFill, ArrayFilter, ArrayFind, ArrayFindIndex, ArrayIncludes, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySome, ArraySort, ArraySplice, ArrayUnshift, HIGHEST_API_VERSION, HTML_NAMESPACE, ID_REFERENCING_ATTRIBUTES_SET, KEY__LEGACY_SHADOW_TOKEN, KEY__LEGACY_SHADOW_TOKEN_PRIVATE, KEY__NATIVE_GET_ELEMENT_BY_ID, KEY__NATIVE_QUERY_SELECTOR_ALL, KEY__SCOPED_CSS, KEY__SHADOW_RESOLVER, KEY__SHADOW_RESOLVER_PRIVATE, KEY__SHADOW_STATIC, KEY__SHADOW_STATIC_PRIVATE, KEY__SHADOW_TOKEN, KEY__SHADOW_TOKEN_PRIVATE, KEY__SYNTHETIC_MODE, LOWEST_API_VERSION, LWC_VERSION, LWC_VERSION_COMMENT, LWC_VERSION_COMMENT_REGEX, MATHML_NAMESPACE, SVG_NAMESPACE, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringSplit, StringToLowerCase, XLINK_NAMESPACE, XML_NAMESPACE, arrayEvery, assert, assign, create, defineProperties, defineProperty, entries, forEach, freeze, getAPIVersionFromNumber, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getPropertyDescriptor, getPrototypeOf, hasOwnProperty, htmlEscape, htmlPropertyToAttribute, isAPIFeatureEnabled, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isUndefined, isVoidElement, kebabCaseToCamelCase, keys, noop, seal, setPrototypeOf, toString };
/** version: 6.3.1 */
/** version: 6.3.2 */
//# sourceMappingURL=index.js.map

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

"name": "@lwc/shared",
"version": "6.3.1",
"version": "6.3.2",
"description": "Utilities and methods that are shared across packages",

@@ -10,0 +10,0 @@ "keywords": [

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