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

vue-scrollto

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-scrollto - npm Package Compare versions

Comparing version 2.6.9 to 2.6.10

2

package.json
{
"name": "vue-scrollto",
"version": "2.6.9",
"version": "2.6.10",
"description": "Adds a directive that listens for click events and scrolls to elements.",

@@ -5,0 +5,0 @@ "main": "vue-scrollto.js",

@@ -71,2 +71,3 @@ # vue-scrollto

offset: 0,
cancelable: true,
onDone: false,

@@ -85,2 +86,3 @@ onCancel: false

offset: 0,
cancelable: true,
onDone: false,

@@ -108,2 +110,3 @@ onCancel: false

offset: -200,
cancelable: true
onDone: onDone,

@@ -129,2 +132,3 @@ onCancel: onCancel

offset: -60,
cancelable: true,
onDone: function() {

@@ -131,0 +135,0 @@ // scrolling is done

@@ -144,3 +144,3 @@ import BezierEasing from "bezier-easing";

_.on(container, abortEvents, abortFn);
_.on(container, abortEvents, abortFn, { passive: true });

@@ -147,0 +147,0 @@ window.requestAnimationFrame(step);

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