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

@types/react-swipeable-views

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-swipeable-views - npm Package Compare versions

Comparing version 0.13.5 to 0.13.6

2

react-swipeable-views/index.d.ts

@@ -27,3 +27,3 @@ import * as React from "react";

export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action"> {
export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action" | "ref"> {
animateHeight?: boolean | undefined;

@@ -30,0 +30,0 @@ animateTransitions?: boolean | undefined;

{
"name": "@types/react-swipeable-views",
"version": "0.13.5",
"version": "0.13.6",
"description": "TypeScript definitions for react-swipeable-views",

@@ -30,4 +30,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-swipeable-views",

},
"typesPublisherContentHash": "c68fa699d6f4d06607c631a495588290c595c5880a3acae45617a53724392158",
"typeScriptVersion": "4.5"
"peerDependencies": {},
"typesPublisherContentHash": "e7552b6835c5a32a602c042a5c5f526381108df077f535edad04bf110fec71d1",
"typeScriptVersion": "5.0"
}

@@ -37,3 +37,3 @@ # Installation

export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action"> {
export interface SwipeableViewsProps extends Omit<React.HTMLProps<HTMLDivElement>, "action" | "ref"> {
animateHeight?: boolean | undefined;

@@ -78,3 +78,3 @@ animateTransitions?: boolean | undefined;

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Thu, 05 Dec 2024 19:32:25 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -81,0 +81,0 @@

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