New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/reactour

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/reactour - npm Package Compare versions

Comparing version 1.17.0 to 1.17.1

14

reactour/index.d.ts

@@ -61,2 +61,11 @@ // Type definitions for reactour 1.17

export interface ReactourAccessibilityOptions {
// attribute to associate the dialog with a title for screen readers
ariaLabelledBy?: string;
// aria-label attribute for the close button
closeButtonAriaLabel?: string;
// Show/Hide Navigation Dots for screen reader software
showNavigationScreenReaders?: boolean;
}
export interface ReactourProps {

@@ -253,2 +262,7 @@ /**

disableFocusLock?: boolean;
/**
* Configure accessibility related accessibility options
*/
accessibilityOptions?: ReactourAccessibilityOptions;
}

@@ -255,0 +269,0 @@

6

reactour/package.json
{
"name": "@types/reactour",
"version": "1.17.0",
"version": "1.17.1",
"description": "TypeScript definitions for reactour",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "06f6e47503db803c74110c70c8f824a6b4460e2c59830403efaf2760012673e9",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "bc5b560c9f72950bd6c46531d6e57585d99d4a0db9d46e2ec98003c9e80d8b23",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Wed, 06 May 2020 15:03:53 GMT
* Last updated: Wed, 24 Jun 2020 21:42:46 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,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