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

@lwc/shared

Package Overview
Dependencies
Maintainers
13
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 7.0.3-alpha.0 to 7.0.3

13

dist/api-version.d.ts

@@ -50,15 +50,10 @@ export declare const enum APIVersion {

/**
* If enabled, we use the native custom element lifecycle events: connectedCallback, disconnectedCallback
* rather than synthetic events.
*/
ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE = 7,
/**
* If enabled, allows usage of the `attachInternals` and `ElementInternals` APIs, as well as
* Form-Associated Custom Elements (FACE).
*/
ENABLE_ELEMENT_INTERNALS_AND_FACE = 8,
ENABLE_ELEMENT_INTERNALS_AND_FACE = 7,
/**
* If enabled, allow `this.hostElement` within a `LightningElement` to return the host element.
*/
ENABLE_THIS_DOT_HOST_ELEMENT = 9,
ENABLE_THIS_DOT_HOST_ELEMENT = 8,
/**

@@ -68,7 +63,7 @@ * If enabled, allow `this.style` within a `LightningElement` to return the `CSSStyleDeclaration`

*/
ENABLE_THIS_DOT_STYLE = 10,
ENABLE_THIS_DOT_STYLE = 9,
/**
* If enabled, add support for complex class expressions in the template.
*/
TEMPLATE_CLASS_NAME_OBJECT_BINDING = 11
TEMPLATE_CLASS_NAME_OBJECT_BINDING = 10
}

@@ -75,0 +70,0 @@ /**

@@ -314,9 +314,8 @@ /**

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 7 /* APIFeature.ENABLE_ELEMENT_INTERNALS_AND_FACE */:
case 6 /* APIFeature.USE_LIGHT_DOM_SLOT_FORWARDING */:
return apiVersion >= 61 /* APIVersion.V61_250_SUMMER_24 */;
case 9 /* APIFeature.ENABLE_THIS_DOT_HOST_ELEMENT */:
case 10 /* APIFeature.ENABLE_THIS_DOT_STYLE */:
case 11 /* APIFeature.TEMPLATE_CLASS_NAME_OBJECT_BINDING */:
case 8 /* APIFeature.ENABLE_THIS_DOT_HOST_ELEMENT */:
case 9 /* APIFeature.ENABLE_THIS_DOT_STYLE */:
case 10 /* APIFeature.TEMPLATE_CLASS_NAME_OBJECT_BINDING */:
return apiVersion >= 62 /* APIVersion.V62_252_WINTER_25 */;

@@ -750,3 +749,3 @@ }

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

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

exports.toString = toString;
/** version: 7.0.0 */
/** version: 7.0.3 */
//# sourceMappingURL=index.cjs.js.map

@@ -310,9 +310,8 @@ /**

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 7 /* APIFeature.ENABLE_ELEMENT_INTERNALS_AND_FACE */:
case 6 /* APIFeature.USE_LIGHT_DOM_SLOT_FORWARDING */:
return apiVersion >= 61 /* APIVersion.V61_250_SUMMER_24 */;
case 9 /* APIFeature.ENABLE_THIS_DOT_HOST_ELEMENT */:
case 10 /* APIFeature.ENABLE_THIS_DOT_STYLE */:
case 11 /* APIFeature.TEMPLATE_CLASS_NAME_OBJECT_BINDING */:
case 8 /* APIFeature.ENABLE_THIS_DOT_HOST_ELEMENT */:
case 9 /* APIFeature.ENABLE_THIS_DOT_STYLE */:
case 10 /* APIFeature.TEMPLATE_CLASS_NAME_OBJECT_BINDING */:
return apiVersion >= 62 /* APIVersion.V62_252_WINTER_25 */;

@@ -746,3 +745,3 @@ }

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

@@ -752,3 +751,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, StringCharAt, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringSplit, StringToLowerCase, StringTrim, 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, reservedKeywords, seal, setPrototypeOf, toString };
/** version: 7.0.0 */
/** version: 7.0.3 */
//# sourceMappingURL=index.js.map

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

"name": "@lwc/shared",
"version": "7.0.3-alpha.0",
"version": "7.0.3",
"description": "Utilities and methods that are shared across packages",

@@ -45,2 +45,2 @@ "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