Socket
Socket
Sign inDemoInstall

smooth-scroll-into-view-if-needed

Package Overview
Dependencies
2
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

dist/index.d.ts

@@ -32,3 +32,3 @@ import { CustomBehaviorOptions } from 'scroll-into-view-if-needed'

export declare interface SmoothBehaviorOptions extends Options {
export declare type SmoothBehaviorOptions = Options & {
behavior?: 'smooth'

@@ -35,0 +35,0 @@ duration?: number

@@ -11,3 +11,3 @@ {

},
"version": "2.0.1",
"version": "2.0.2",
"type": "module",

@@ -14,0 +14,0 @@ "exports": {

@@ -19,3 +19,3 @@ import scrollIntoView, {

export interface SmoothBehaviorOptions extends Options {
export type SmoothBehaviorOptions = Options & {
behavior?: 'smooth'

@@ -22,0 +22,0 @@ duration?: number

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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