You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stencil/react-output-target

Package Overview
Dependencies
Maintainers
4
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/react-output-target - npm Package Compare versions

Comparing version

to
1.1.1

2

dist/runtime/create-component.d.ts

@@ -6,3 +6,3 @@ import { EventName, Options } from '@lit/react';

[K in keyof E]: E[K] extends EventName<infer T> ? (event: T) => void : (event: any) => void;
}> & Partial<Omit<I, keyof HTMLElement>>;
}> & Partial<Omit<I, keyof HTMLElement>> & React.RefAttributes<I>;
export type StencilReactComponent<I extends HTMLElement, E extends EventNames = {}> = React.FunctionComponent<StencilProps<I, E>>;

@@ -9,0 +9,0 @@ /**

{
"name": "@stencil/react-output-target",
"version": "1.1.0",
"version": "1.1.1",
"description": "React output target for @stencil/core components.",

@@ -5,0 +5,0 @@ "author": "Ionic Team",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet