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

@lwc/ssr-runtime

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/ssr-runtime - npm Package Compare versions

Comparing version 8.13.2 to 8.13.3

2

dist/render.d.ts

@@ -13,3 +13,3 @@ import { SYMBOL__GENERATE_MARKUP } from './lightning-element';

interface ComponentWithGenerateMarkup extends LightningElementConstructor {
[SYMBOL__GENERATE_MARKUP]: GenerateMarkupFnVariants;
[SYMBOL__GENERATE_MARKUP]?: GenerateMarkupFnVariants;
}

@@ -16,0 +16,0 @@ export declare function serverSideRenderComponent(tagName: string, Component: ComponentWithGenerateMarkup, props?: Properties, mode?: 'asyncYield' | 'async' | 'sync'): Promise<string>;

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

"name": "@lwc/ssr-runtime",
"version": "8.13.2",
"version": "8.13.3",
"description": "Runtime complement to @lwc/ssr-compiler",

@@ -52,6 +52,6 @@ "keywords": [

"devDependencies": {
"@lwc/shared": "8.13.2",
"@lwc/engine-core": "8.13.2",
"@lwc/shared": "8.13.3",
"@lwc/engine-core": "8.13.3",
"observable-membrane": "2.0.0"
}
}

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