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

@lwc/ssr-compiler

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/ssr-compiler - npm Package Compare versions

Comparing version 8.5.0 to 8.6.0

8

dist/estree/validators.d.ts

@@ -17,3 +17,6 @@ import type { CallExpression, Identifier, MemberExpression } from 'estree';

/** Returns `true` if the node is an identifier or `<something>.render()`. */
export declare const isIdentOrRenderCall: (node: Node | null | undefined) => node is Identifier | RenderCall;
export declare const isIdentOrRenderCall: {
(node: Node | null | undefined): node is Identifier | RenderCall;
__debugName: string;
};
/** A validator that returns `true` if the node is `null`. */

@@ -23,2 +26,5 @@ type NullableChecker<T extends Node> = (node: Node | null | undefined) => node is T | null;

export declare function isNullableOf<T extends Node>(validator: Checker<T>): NullableChecker<T>;
export declare namespace isNullableOf {
var __debugName: string;
}
export {};

6

package.json

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

"name": "@lwc/ssr-compiler",
"version": "8.5.0",
"version": "8.6.0",
"description": "Compile component for use during server-side rendering",

@@ -48,4 +48,4 @@ "keywords": [

"dependencies": {
"@lwc/shared": "8.5.0",
"@lwc/template-compiler": "8.5.0",
"@lwc/shared": "8.6.0",
"@lwc/template-compiler": "8.6.0",
"acorn": "8.14.0",

@@ -52,0 +52,0 @@ "astring": "^1.9.0",

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