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

fitty

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitty - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

dist/fitty.min.js
/**
* fitty v2.4.0 - Snugly resizes text to fit its parent container
* fitty v2.4.2 - Snugly resizes text to fit its parent container
* Copyright (c) 2023 Rik Schennink <rik@pqina.nl> (https://pqina.nl/)

@@ -4,0 +4,0 @@ */

/**
* fitty v2.4.0 - Snugly resizes text to fit its parent container
* fitty v2.4.2 - Snugly resizes text to fit its parent container
* Copyright (c) 2023 Rik Schennink <rik@pqina.nl> (https://pqina.nl/)

@@ -4,0 +4,0 @@ */

@@ -9,6 +9,2 @@ declare module 'fitty' {

function fitty(el: HTMLElement, options?: FittyOptions): FittyInstance;
function fitty(el: string, options?: FittyOptions): FittyInstance[];
export default fitty;
export interface FitOptions {

@@ -25,2 +21,13 @@ sync?: boolean;

}
function fitty(el: HTMLElement, options?: FittyOptions): FittyInstance;
function fitty(el: string, options?: FittyOptions): FittyInstance[];
declare namespace fitty {
let observeWindow: boolean;
let observeWindowDelay: number;
const fitAll: (options?: FittyOptions) => void;
}
export default fitty;
}
{
"name": "fitty",
"version": "2.4.1",
"version": "2.4.2",
"description": "Snugly resizes text to fit its parent container",

@@ -5,0 +5,0 @@ "keywords": [

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