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

@lwc/metadata

Package Overview
Dependencies
Maintainers
14
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 6.2.0-0 to 6.2.1-0

2

dist/bundle-metadata.js

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

} */
const version = '6.2.0-0';
const version = '6.2.1-0';
function collectBundleMetadata(config) {

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

@@ -1,4 +0,4 @@

import { KomaciDocument } from '@komaci/types';
import { ScriptFile } from '../schema/typescript-types/script-metadata-types';
import { ScriptState } from '../script-metadata/utils';
import type { KomaciDocument } from '@komaci/types';
export declare function generateKomaciDocFromScript(scriptFile: ScriptFile, scriptState: ScriptState): KomaciDocument;

@@ -1,3 +0,3 @@

import { KomaciDocument } from '@komaci/types';
import { HTMLTemplateFile } from '../schema/typescript-types/template-metadata-types';
import type { KomaciDocument } from '@komaci/types';
import type { HTMLTemplateFile } from '../schema/typescript-types/template-metadata-types';
export declare function generateKomaciDocFromTemplate(htmlFile: HTMLTemplateFile): KomaciDocument;

@@ -0,4 +1,4 @@

import * as t from '@babel/types';
import type { ParseResult } from '@babel/parser';
import * as t from '@babel/types';
import type { LuvioMetadata } from '../schema/typescript-types/luvio-metadata-types';
export declare function generateLuvioMetadata(astRoot: ParseResult<t.File>): LuvioMetadata;

@@ -0,4 +1,4 @@

import * as t from '@babel/types';
import type { NodePath } from '@babel/traverse';
import * as t from '@babel/types';
import type { LuvioMetadata } from '../../schema/typescript-types/luvio-metadata-types';
export default function visitorFunction({ gqlTag }: LuvioMetadata): (path: NodePath<t.TaggedTemplateExpression>) => void;

@@ -5,4 +5,4 @@ 'use strict';

var node_crypto = require('node:crypto');
var t = require('@babel/types');
var node_crypto = require('node:crypto');
var utils = require('../../script-metadata/utils.js');

@@ -9,0 +9,0 @@

@@ -1,4 +0,4 @@

import { CompilerDiagnostic } from '@lwc/errors';
import { KomaciDocument } from '@komaci/types';
import { ScriptFileType } from '../../script-metadata/utils';
import type { CompilerDiagnostic } from '@lwc/errors';
import type { KomaciDocument } from '@komaci/types';
import type { ScriptFileType } from '../../script-metadata/utils';
interface SourceLocation {

@@ -5,0 +5,0 @@ startLine: number;

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

@@ -30,5 +30,5 @@ "main": "dist/index.js",

"peerDependencies": {
"@lwc/sfdc-compiler-utils": "6.2.0-0",
"@lwc/errors": "~6.2.0",
"@lwc/template-compiler": "~6.2.0"
"@lwc/sfdc-compiler-utils": "6.2.1-0",
"@lwc/errors": "~6.2.1",
"@lwc/template-compiler": "~6.2.1"
},

@@ -35,0 +35,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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