Socket
Socket
Sign inDemoInstall

@types/react-native-custom-tabs

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

20

react-native-custom-tabs/index.d.ts

@@ -7,15 +7,15 @@ // Type definitions for react-native-custom-tabs 0.1

export interface Animations {
startEnter: string;
startExit: string;
endEnter: string;
endExit: string;
startEnter: string;
startExit: string;
endEnter: string;
endExit: string;
}
export interface CustomTabsOptions {
toolbarColor?: string | undefined;
enableUrlBarHiding?: boolean | undefined;
showPageTitle?: boolean | undefined;
enableDefaultShare?: boolean | undefined;
animations?: Animations | undefined;
headers?: any;
toolbarColor?: string | undefined;
enableUrlBarHiding?: boolean | undefined;
showPageTitle?: boolean | undefined;
enableDefaultShare?: boolean | undefined;
animations?: Animations | undefined;
headers?: any;
}

@@ -22,0 +22,0 @@

{
"name": "@types/react-native-custom-tabs",
"version": "0.1.2",
"version": "0.1.3",
"description": "TypeScript definitions for react-native-custom-tabs",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-custom-tabs",

"dependencies": {},
"typesPublisherContentHash": "af696065baac2b5eceda2f3bdec3049bffb3e8264ecc11c59f0df5158049b2b5",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "f024b66084ba2fef1dca276762d7efaed19d55ce6f73f5e8eda22473e80a8e51",
"typeScriptVersion": "4.5"
}

@@ -17,15 +17,15 @@ # Installation

export interface Animations {
startEnter: string;
startExit: string;
endEnter: string;
endExit: string;
startEnter: string;
startExit: string;
endEnter: string;
endExit: string;
}
export interface CustomTabsOptions {
toolbarColor?: string | undefined;
enableUrlBarHiding?: boolean | undefined;
showPageTitle?: boolean | undefined;
enableDefaultShare?: boolean | undefined;
animations?: Animations | undefined;
headers?: any;
toolbarColor?: string | undefined;
enableUrlBarHiding?: boolean | undefined;
showPageTitle?: boolean | undefined;
enableDefaultShare?: boolean | undefined;
animations?: Animations | undefined;
headers?: any;
}

@@ -40,3 +40,3 @@

### Additional Details
* Last updated: Thu, 08 Jul 2021 20:21:01 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: none

@@ -43,0 +43,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc