🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@lwc/ssr-compiler

Package Overview
Dependencies
Maintainers
15
Versions
100
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

to
8.18.0

4

dist/compile-js/types.d.ts

@@ -5,3 +5,3 @@ import { type traverse } from 'estree-toolkit';

import type { ClassDeclaration, Identifier, MemberExpression, MethodDefinition, Node, ObjectExpression, PropertyDefinition } from 'estree';
export type Visitors = Parameters<typeof traverse<Node, ComponentMetaState>>[1];
export type Visitors = Parameters<typeof traverse<Node, ComponentMetaState, never>>[1];
export interface WireAdapter {

@@ -31,4 +31,2 @@ adapterId: Identifier | MemberExpression;

lwcClassName: string | null;
/** ties local variable names to explicitly-imported HTML templates */
tmplExplicitImports: Map<string, string> | null;
/** ties local variable names to explicitly-imported CSS files */

@@ -35,0 +33,0 @@ cssExplicitImports: Map<string, string> | null;

@@ -8,3 +8,3 @@ import { traverse } from 'estree-toolkit';

}
export type Visitors = Parameters<typeof traverse<Node, TransmogrificationState>>[1];
export type Visitors = Parameters<typeof traverse<Node, TransmogrificationState, never>>[1];
/**

@@ -11,0 +11,0 @@ * Transforms async-generator code into either the async or synchronous alternatives that are

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

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

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

"dependencies": {
"@babel/types": "7.26.10",
"@lwc/errors": "8.17.0",
"@lwc/shared": "8.17.0",
"@lwc/template-compiler": "8.17.0",
"@babel/types": "7.27.0",
"@lwc/errors": "8.18.0",
"@lwc/shared": "8.18.0",
"@lwc/template-compiler": "8.18.0",
"acorn": "8.14.1",
"astring": "^1.9.0",
"estree-toolkit": "^1.7.8",
"estree-toolkit": "^1.7.12",
"immer": "^10.1.1",

@@ -64,5 +64,5 @@ "meriyah": "^5.0.0"

"devDependencies": {
"@lwc/babel-plugin-component": "8.17.0",
"@types/estree": "^1.0.6"
"@lwc/babel-plugin-component": "8.18.0",
"@types/estree": "^1.0.7"
}
}

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

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