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

@lwc/engine-server

Package Overview
Dependencies
Maintainers
15
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/engine-server - npm Package Compare versions

Comparing version 8.12.7-alpha.0 to 8.12.7

1

dist/apis/create-element.d.ts

@@ -10,1 +10,2 @@ /**

export declare function createElement(): never;
//# sourceMappingURL=create-element.d.ts.map

@@ -36,1 +36,2 @@ /**

export declare const hot: undefined;
//# sourceMappingURL=hot-swaps.d.ts.map
import { LightningElement } from '@lwc/engine-core';
export { LightningElement };
//# sourceMappingURL=lightning-element.d.ts.map

@@ -17,1 +17,2 @@ import type { LightningElement } from '@lwc/engine-core';

}): string;
//# sourceMappingURL=render-component.d.ts.map

@@ -5,1 +5,2 @@ import type { HostElement } from './types';

export declare function registerContextConsumer(elm: HostElement, adapterContextToken: string, subscriptionPayload: WireContextSubscriptionPayload): void;
//# sourceMappingURL=context.d.ts.map

@@ -10,1 +10,2 @@ import '@lwc/features';

export { hot, swapComponent, swapStyle, swapTemplate } from './apis/hot-swaps';
//# sourceMappingURL=index.d.ts.map
export {};
//# sourceMappingURL=polyfills.d.ts.map

@@ -80,1 +80,2 @@ import { startTrackingMutations, stopTrackingMutations } from './utils/mutation-tracking';

export {};
//# sourceMappingURL=renderer.d.ts.map

@@ -8,1 +8,2 @@ import type { HostElement } from './types';

export declare function serializeElement(element: HostElement): string;
//# sourceMappingURL=serializer.d.ts.map

@@ -58,1 +58,2 @@ import type { WireContextSubscriptionCallback } from '@lwc/engine-core';

export type HostChildNode = HostNode | HostRaw;
//# sourceMappingURL=types.d.ts.map

@@ -15,1 +15,2 @@ /**

export declare function tokenListToClassName(values: Set<string>): string;
//# sourceMappingURL=classes.d.ts.map

@@ -5,1 +5,2 @@ import type { HostElement } from '../types';

export declare function stopTrackingMutations(element: HostElement): void;
//# sourceMappingURL=mutation-tracking.d.ts.map

@@ -22,1 +22,2 @@ /**

export declare function validateStyleTextContents(contents: string): void;
//# sourceMappingURL=validate-style-text-contents.d.ts.map

12

package.json

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

"name": "@lwc/engine-server",
"version": "8.12.7-alpha.0",
"version": "8.12.7",
"description": "Renders LWC components in a server environment.",

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

"devDependencies": {
"@lwc/engine-core": "8.12.7-alpha.0",
"@lwc/rollup-plugin": "8.12.7-alpha.0",
"@lwc/shared": "8.12.7-alpha.0",
"@lwc/features": "8.12.7-alpha.0",
"@lwc/engine-core": "8.12.7",
"@lwc/rollup-plugin": "8.12.7",
"@lwc/shared": "8.12.7",
"@lwc/features": "8.12.7",
"@rollup/plugin-virtual": "^3.0.2",
"parse5": "^7.2.1"
}
}
}

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