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

@lwc/metadata

Package Overview
Dependencies
Maintainers
0
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/metadata - npm Package Compare versions

Comparing version 9.2.0 to 9.3.0

2

dist/bundle-metadata.js

@@ -78,3 +78,3 @@ 'use strict';

} */
const version = '9.2.0';
const version = '9.3.0';
function collectBundleMetadata(config) {

@@ -81,0 +81,0 @@ // validateBundleConfig(config);

@@ -10,3 +10,3 @@ import * as t from '@babel/types';

export declare function isSalesforceImport(value: string): boolean;
export declare function isLwcReference(value: string): boolean;
export declare function isLwcReference(value: string): value is "lwc";
export declare const isRelativeImport: (source: string) => boolean;

@@ -13,0 +13,0 @@ export declare function createReferenceDiagnostic(sourceNode: t.StringLiteral, fileName: string, errorInfo: LWCErrorInfo, messageArgs: any[]): CompilerDiagnostic;

import * as t from '@babel/types';
import { NodePath } from '@babel/traverse';
import { ScriptFile, Class } from '../../schema/typescript-types/script-metadata-types';
import { ScriptFile } from '../../schema/typescript-types/script-metadata-types';
import { ScriptState } from '../utils';
export default function visitorFunction(state: ScriptState, result: ScriptFile): (path: NodePath<t.Class>) => void;

@@ -59,4 +59,4 @@ import { ID } from '../schema/typescript-types/script-metadata-types';

<T extends {}, U>(target: T, source: U): T & U;
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V;
<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
(target: object, ...sources: any[]): any;

@@ -63,0 +63,0 @@ }, keys: {

{
"name": "@lwc/metadata",
"version": "9.2.0",
"version": "9.3.0",
"description": "Extract metadata about Lightning Web Components modules. This software is provided as-is with no support provided.",

@@ -17,8 +17,8 @@ "main": "dist/index.js",

"dependencies": {
"@babel/parser": "~7.24.4",
"@babel/traverse": "~7.24.1",
"@babel/types": "~7.24.0",
"@lwc/sfdc-compiler-utils": "9.2.0",
"postcss": "~8.4.38",
"postcss-selector-parser": "~6.0.16",
"@babel/parser": "~7.24.8",
"@babel/traverse": "~7.24.8",
"@babel/types": "~7.24.8",
"@lwc/sfdc-compiler-utils": "9.3.0",
"postcss": "~8.4.39",
"postcss-selector-parser": "~6.1.0",
"postcss-value-parser": "~4.2.0"

@@ -28,3 +28,3 @@ },

"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.5"
"@types/babel__traverse": "^7.20.6"
},

@@ -31,0 +31,0 @@ "peerDependencies": {

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