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

@types/preact-custom-element

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/preact-custom-element - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

preact-custom-element/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for preact-custom-element 4.0

import { ComponentClass, FunctionComponent, FunctionalComponent } from 'preact';
import { ComponentClass, FunctionalComponent, FunctionComponent } from "preact";
declare function register(

@@ -10,0 +10,0 @@ componentDefinition: FunctionComponent<any> | ComponentClass<any> | FunctionalComponent<any>,

{
"name": "@types/preact-custom-element",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for preact-custom-element",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/preact-custom-element",

},
"typesPublisherContentHash": "4cf155c69e3a6d006a8d9d92e76ef2c992a24ef1894772a3141de11831cacc60",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "3f16f938a58858ba291b150e11cf455e8892f768a56a8de9120637bb6a6669e2",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import { ComponentClass, FunctionComponent, FunctionalComponent } from 'preact';
import { ComponentClass, FunctionalComponent, FunctionComponent } from "preact";
declare function register(

@@ -31,3 +31,3 @@ componentDefinition: FunctionComponent<any> | ComponentClass<any> | FunctionalComponent<any>,

### Additional Details
* Last updated: Tue, 29 Jun 2021 11:31:20 GMT
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Dependencies: [@types/preact](https://npmjs.com/package/@types/preact)

@@ -34,0 +34,0 @@ * Global values: none

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