New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stencil/core

Package Overview
Dependencies
Maintainers
10
Versions
1450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/core - npm Package Compare versions

Comparing version

to
0.0.9-4

5

compiler/transpile/transformers/util.d.ts
import * as ts from 'typescript';
export declare function updateComponentClass(classNode: ts.ClassDeclaration): ts.ClassDeclaration;
/**
* Check if class has component decorator
* @param classNode
*/
export declare function isComponentClass(classNode: ts.ClassDeclaration): boolean;
export declare function isEmptyArgs(arg: any): boolean;

@@ -4,0 +9,0 @@ export declare class ObjectMap {

2

package.json
{
"name": "@stencil/core",
"version": "0.0.9-3",
"version": "0.0.9-4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A Compiler for Web Components",

@@ -525,3 +525,3 @@ import { CssClassMap } from './jsx-interfaces';

export interface ModulesImporterFn {
(importer: any, h: Function, Core: CoreContext, pubicPath: string): void;
(importer: any, h: Function, Core: CoreContext, publicPath: string): void;
}

@@ -1087,6 +1087,2 @@ export interface ComponentDecorator {

declare global {
var Context: CoreContext;
var publicPath: string;
var hydratedCssClass: string;
var appNamespace: string;
var h: Hyperscript;

@@ -1093,0 +1089,0 @@ }

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

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

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

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