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

web-component-analyzer

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-component-analyzer - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

lib/cjs/chunk-ast-util-483c0bd4.d.ts

4

lib/cjs/api.d.ts

@@ -37,7 +37,7 @@ import * as tsModule from "typescript"; //import * as ts from "typescript";

declare function analyzeHTMLElement(program: Program, ts?: typeof tsModule): ComponentDeclaration | undefined;
export * from "./chunk-transform-analyzer-result-33ddfe91";
export * from "./chunk-transform-analyzer-result-c8276178";
export { IVirtualSourceFile, VirtualSourceFile, AnalyzeTextResult, analyzeText, analyzeHTMLElement };
export * from "./chunk-analyzer-visit-context-749740e4";
export * from "./chunk-component-declaration-util-b7d1b209";
export { VERSION } from "./chunk-constants-0bdc57d7";
export { VERSION } from "./chunk-constants-e3d1eea9";
export * from "./chunk-analyzer-config-93ab3a41";

@@ -44,0 +44,0 @@ export * from "./chunk-analyzer-options-93ab3a41";

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

var transformAnalyzerResult = require('./chunk-transform-analyzer-result-33ddfe91.js');
var transformAnalyzerResult = require('./chunk-transform-analyzer-result-c8276178.js');
var tsModule = require('typescript');

@@ -8,0 +8,0 @@ require('ts-simple-type');

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

var transformAnalyzerResult = require('./chunk-transform-analyzer-result-33ddfe91.js');
var transformAnalyzerResult = require('./chunk-transform-analyzer-result-c8276178.js');
var tsModule = require('typescript');

@@ -10,0 +10,0 @@ require('ts-simple-type');

@@ -37,7 +37,7 @@ import * as tsModule from "typescript"; //import * as ts from "typescript";

declare function analyzeHTMLElement(program: Program, ts?: typeof tsModule): ComponentDeclaration | undefined;
export * from "./chunk-transform-analyzer-result-f9714512";
export * from "./chunk-transform-analyzer-result-bf3027fd";
export { IVirtualSourceFile, VirtualSourceFile, AnalyzeTextResult, analyzeText, analyzeHTMLElement };
export * from "./chunk-analyzer-visit-context-749740e4";
export * from "./chunk-component-declaration-util-b7d1b209";
export { VERSION } from "./chunk-constants-0bdc57d7";
export { VERSION } from "./chunk-constants-e3d1eea9";
export * from "./chunk-analyzer-config-93ab3a41";

@@ -44,0 +44,0 @@ export * from "./chunk-analyzer-options-93ab3a41";

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

import { _ as __assign, a as arrayDefined, b as analyzeSourceFile, m as makeContextFromConfig, C as CustomElementFlavor, A as ALL_COMPONENT_FEATURES, D as DEFAULT_FEATURE_COLLECTION_CACHE, c as DEFAULT_COMPONENT_DECLARATION_CACHE, d as analyzeComponentDeclaration } from './chunk-transform-analyzer-result-f9714512.js';
export { A as ALL_COMPONENT_FEATURES, J as JsDocFlavor, V as VERSION, b as analyzeSourceFile, f as getExtendsHeritageClauses, i as getExtendsHeritageClausesInChain, j as getJsDoc, k as getJsDocType, e as getMixinHeritageClauses, h as getMixinHeritageClausesInChain, g as getSuperclassHeritageClause, p as parseSimpleJsDocTypeExpression, t as transformAnalyzerResult, v as visitAllHeritageClauses } from './chunk-transform-analyzer-result-f9714512.js';
import { _ as __assign, a as arrayDefined, b as analyzeSourceFile, m as makeContextFromConfig, C as CustomElementFlavor, A as ALL_COMPONENT_FEATURES, D as DEFAULT_FEATURE_COLLECTION_CACHE, c as DEFAULT_COMPONENT_DECLARATION_CACHE, d as analyzeComponentDeclaration } from './chunk-transform-analyzer-result-bf3027fd.js';
export { A as ALL_COMPONENT_FEATURES, J as JsDocFlavor, V as VERSION, b as analyzeSourceFile, f as getExtendsHeritageClauses, i as getExtendsHeritageClausesInChain, j as getJsDoc, k as getJsDocType, e as getMixinHeritageClauses, h as getMixinHeritageClausesInChain, g as getSuperclassHeritageClause, p as parseSimpleJsDocTypeExpression, t as transformAnalyzerResult, v as visitAllHeritageClauses } from './chunk-transform-analyzer-result-bf3027fd.js';
import * as tsModule from 'typescript';

@@ -4,0 +4,0 @@ import { ScriptKind } from 'typescript';

@@ -1,2 +0,2 @@

import { l as __awaiter, n as __generator, o as __values, b as analyzeSourceFile, q as arrayFlat, s as stripTypescriptValues, r as __read, _ as __assign, t as transformAnalyzerResult } from './chunk-transform-analyzer-result-f9714512.js';
import { l as __awaiter, n as __generator, o as __values, b as analyzeSourceFile, q as arrayFlat, s as stripTypescriptValues, r as __read, _ as __assign, t as transformAnalyzerResult } from './chunk-transform-analyzer-result-bf3027fd.js';
import { ScriptTarget, ModuleKind, ModuleResolutionKind, createProgram } from 'typescript';

@@ -3,0 +3,0 @@ import 'ts-simple-type';

{
"name": "web-component-analyzer",
"version": "1.1.6",
"version": "1.1.7",
"description": "CLI that analyzes web components",

@@ -76,3 +76,4 @@ "main": "lib/cjs/api.js",

"typescript-3.7": "npm:typescript@~3.7.4",
"typescript-3.8": "npm:typescript@~3.8.0"
"typescript-3.8": "npm:typescript@~3.8.0",
"typescript-5.0": "npm:typescript@~5.0.3"
},

@@ -79,0 +80,0 @@ "ava": {

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