Socket
Socket
Sign inDemoInstall

@types/micromodal

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/micromodal - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

13

micromodal/index.d.ts

@@ -22,2 +22,5 @@ // Type definitions for micromodal 0.3

/** Custom class to be applied when modal is open. Default class is is-open. */
openClass?: string;
/** This disables scrolling on the page while the modal is open. The default value is false. */

@@ -30,5 +33,11 @@ disableScroll?: boolean;

/**
* Set this to true if using css animations to hide the modal. This allows it to wait for the animation to
* finish before removing it from the DOM. Default is false
* Set this to true if using css animations to open the modal.
* This allows it to wait for the animation to finish before focusing on an element inside the modal. Default is false
*/
awaitOpenAnimation?: boolean;
/**
* Set this to true if using css animations to hide the modal.
* This allows it to wait for the animation to finish before removing it from the DOM. Default is false
*/
awaitCloseAnimation?: boolean;

@@ -35,0 +44,0 @@

8

micromodal/package.json
{
"name": "@types/micromodal",
"version": "0.3.1",
"version": "0.3.2",
"description": "TypeScript definitions for micromodal",

@@ -14,3 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +23,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "33848489ab8415e094c39de29b2b81a32406ae236f3ba859b4051c162f83e8cc",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "aa982a86da8d926891a89843597d1b88f2cf5644889cc630eb034205e129b238",
"typeScriptVersion": "3.1"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/micromodal
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/micromodal.
Additional Details
* Last updated: Mon, 19 Aug 2019 21:21:40 GMT
### Additional Details
* Last updated: Mon, 31 Aug 2020 17:15:03 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Wayne Carson <https://github.com/wcarson>.
These definitions were written by [Wayne Carson](https://github.com/wcarson).

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