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

@types/object-fit-images

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/object-fit-images - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

object-fit-images/index.d.ts

@@ -11,4 +11,4 @@ // Type definitions for object-fit-images 3.2

declare function objectFillImages(
images: string | HTMLElement | HTMLElement[] | NodeList | null,
images?: string | HTMLElement | HTMLElement[] | NodeList | null,
options?: { watchMQ?: boolean; skipTest?: boolean },
): void;
{
"name": "@types/object-fit-images",
"version": "3.2.0",
"version": "3.2.1",
"description": "TypeScript definitions for object-fit-images",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images",
"license": "MIT",

@@ -22,4 +23,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "7430e832dc55853dbd95130a546656a26e67879fea95c17169b993c916fa89b2",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "8cc86d1c2ed4ca77dd12b5b0efbed49cfb4945d7a244d5b5e253871d3528ee97",
"typeScriptVersion": "3.6"
}

@@ -9,5 +9,22 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images/index.d.ts)
````ts
// Type definitions for object-fit-images 3.2
// Project: https://github.com/bfred-it/object-fit-images#readme
// Definitions by: Ranjit Singh <https://github.com/rann91>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace objectFillImages;
export = objectFillImages;
declare function objectFillImages(
images?: string | HTMLElement | HTMLElement[] | NodeList | null,
options?: { watchMQ?: boolean; skipTest?: boolean },
): void;
````
### Additional Details
* Last updated: Wed, 22 Jan 2020 00:16:05 GMT
* Last updated: Mon, 28 Jun 2021 02:31:13 GMT
* Dependencies: none

@@ -17,2 +34,2 @@ * Global values: `objectFillImages`

# Credits
These definitions were written by Ranjit Singh (https://github.com/rann91).
These definitions were written by [Ranjit Singh](https://github.com/rann91).

Sorry, the diff of this file is not supported yet

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