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

@types/uikit

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/uikit - npm Package Compare versions

Comparing version 3.14.4 to 3.14.5

10

uikit/dist/js/uikit.d.ts

@@ -127,2 +127,11 @@ type UIkitElement = object | HTMLElement | string;

interface UIkitHeightViewportOptions {
offsetTop?: boolean | string | undefined;
offsetBottom?: boolean | number | string | undefined;
expand?: boolean | undefined;
minHeight?: number | undefined;
}
type HeightViewport = (element: UIkitElement, options?: UIkitHeightViewportOptions) => void;
interface UIkitIconOptions {

@@ -574,2 +583,3 @@ icon?: string | undefined;

const heightMatch: HeightMatch;
const heightViewport: HeightViewport;
const icon: Icon;

@@ -576,0 +586,0 @@ const image: Img;

6

uikit/package.json
{
"name": "@types/uikit",
"version": "3.14.4",
"version": "3.14.5",
"description": "TypeScript definitions for uikit",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uikit",

"dependencies": {},
"typesPublisherContentHash": "f382655615625777098a8dc7bb8595cfbd890b6458f8a9e62e305e8db225f058",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "da223d11cf781cd9334d4c6b8f3c7f736c4bf064c49d04209fe96f2b8a6c1f56",
"typeScriptVersion": "4.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Fri, 22 Dec 2023 23:35:44 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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