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
0
Versions
386
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.12.3 to 8.12.4

1

dist/framework/utils.d.ts

@@ -15,3 +15,4 @@ import type { LightningElementConstructor } from './base-lightning-element';

export declare function shouldBeFormAssociated(Ctor: LightningElementConstructor): boolean;
export declare function safeHasProp<K extends PropertyKey>(obj: unknown, prop: K): obj is Record<K, unknown>;
export {};
//# sourceMappingURL=utils.d.ts.map

2

LICENSE.md

@@ -5,3 +5,3 @@ # LWC core license

Copyright (c) 2024, Salesforce, Inc.
Copyright (c) 2025, Salesforce, Inc.
All rights reserved.

@@ -8,0 +8,0 @@

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

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

@@ -50,5 +50,5 @@ "keywords": [

"dependencies": {
"@lwc/features": "8.12.3",
"@lwc/shared": "8.12.3",
"@lwc/signals": "8.12.3"
"@lwc/features": "8.12.4",
"@lwc/shared": "8.12.4",
"@lwc/signals": "8.12.4"
},

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

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