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

@lwc/engine-core

Package Overview
Dependencies
Maintainers
0
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/engine-core - npm Package Compare versions

Comparing version 8.11.0 to 8.12.0

13

dist/framework/api.d.ts

@@ -0,1 +1,2 @@

import { normalizeClass } from '@lwc/shared';
import type { SanitizedHtmlContent } from './sanitized-html-content';

@@ -44,12 +45,2 @@ import type { Key, VComment, VCustomElement, VElement, VElementData, VFragment, VNode, VNodes, VScopedSlotFragment, VStatic, VStaticPart, VStaticPartData, VText } from './vnodes';

declare function shc(content: unknown): SanitizedHtmlContent;
/**
* [ncls] - Normalize class name attribute.
*
* Transforms the provided class property value from an object/string into a string the diffing algo
* can operate on.
*
* This implementation is borrowed from Vue:
* https://github.com/vuejs/core/blob/e790e1bdd7df7be39e14780529db86e4da47a3db/packages/shared/src/normalizeProp.ts#L63-L82
*/
declare function ncls(value: unknown): string | undefined;
declare const api: Readonly<{

@@ -76,5 +67,5 @@ s: typeof s;

sp: typeof sp;
ncls: typeof ncls;
ncls: typeof normalizeClass;
}>;
export default api;
export type RenderAPI = typeof api;

11

package.json

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

"name": "@lwc/engine-core",
"version": "8.11.0",
"version": "8.12.0",
"description": "Core LWC engine APIs.",

@@ -26,2 +26,5 @@ "keywords": [

},
"volta": {
"extends": "../../../package.json"
},
"main": "dist/index.cjs.js",

@@ -47,5 +50,5 @@ "module": "dist/index.js",

"dependencies": {
"@lwc/features": "8.11.0",
"@lwc/shared": "8.11.0",
"@lwc/signals": "8.11.0"
"@lwc/features": "8.12.0",
"@lwc/shared": "8.12.0",
"@lwc/signals": "8.12.0"
},

@@ -52,0 +55,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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