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

@bottom-sheet/types

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

@bottom-sheet/types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/index.d.ts

@@ -33,3 +33,3 @@ export declare type SnapPoints = [number, ...number[]];

}
export declare type GetSnapPoints = (props: GetSnapPointsProps) => [number, ...number[]] | number;
export declare type GetSnapPoints = (props: GetSnapPointsProps) => SnapPoints | number;
export interface GetInitialHeightProps extends GetSnapPointsProps {

@@ -36,0 +36,0 @@ /** The snap points currently in use, this can be controlled by providing a `snapPoints` function on the bottom sheet. */

{
"name": "@bottom-sheet/types",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions that are shared between packages",

@@ -5,0 +5,0 @@ "homepage": "https://react-spring.bottom-sheet.dev",

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