Huge News!Announcing our $40M Series B led by Abstract Ventures.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.18.0 to 1.18.1

13

reactour/index.d.ts

@@ -99,2 +99,10 @@ // Type definitions for reactour 1.18

export interface CustomHelperProps {
current: number;
totalSteps: number;
gotoStep: (step: number) => void;
close: () => void;
content: React.ReactNode | ((args: ReactourStepContentArgs) => React.ReactNode);
}
export interface ReactourProps {

@@ -296,2 +304,7 @@ /**

accessibilityOptions?: ReactourAccessibilityOptions;
/**
* CustomHelper component
*/
CustomHelper?: ({ ...props }: CustomHelperProps) => React.ReactElement;
}

@@ -298,0 +311,0 @@

4

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

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

},
"typesPublisherContentHash": "8c31f1eeee8376b138e900dabfea1373fa4cf0102a26f20a4ff8efeb237b4b98",
"typesPublisherContentHash": "d0287bb43ec314495a8712cbda50508dfc21e8252ad4619fd8ae97d061bbb96e",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Tue, 02 Feb 2021 04:19:59 GMT
* Last updated: Sun, 14 Feb 2021 12:49:37 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