New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lwc/engine-core

Package Overview
Dependencies
Maintainers
14
Versions
394
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 2.3.2 to 2.3.3

8

package.json
{
"name": "@lwc/engine-core",
"version": "2.3.2",
"version": "2.3.3",
"description": "Core LWC engine APIs.",

@@ -27,4 +27,4 @@ "homepage": "https://lwc.dev/",

"dependencies": {
"@lwc/features": "2.3.2",
"@lwc/shared": "2.3.2"
"@lwc/features": "2.3.3",
"@lwc/shared": "2.3.3"
},

@@ -37,3 +37,3 @@ "devDependencies": {

},
"gitHead": "636696302961ee09cc889a18f4086722ef394404"
"gitHead": "bbae1f14cba124e9a4460e6b350527e3d12a8f42"
}

@@ -14,3 +14,2 @@ import { VM } from './vm';

export declare function getComponentRegisteredTemplate(Ctor: LightningElementConstructor): Template | undefined;
export declare function createComponent(vm: VM, Ctor: LightningElementConstructor): void;
export declare function getTemplateReactiveObserver(vm: VM): ReactiveObserver;

@@ -17,0 +16,0 @@ export declare function renderComponent(vm: VM): VNodes;

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

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

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