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.15.1 to 2.16.0

4

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

@@ -76,3 +76,3 @@ "main": "vue-scrollto.js",

],
"message": "chore(changelog): ${nextRelease.version} [skip ci]"
"message": "chore(changelog): ${nextRelease.version} [ci skip]"
}

@@ -79,0 +79,0 @@ ],

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

if (typeof offset === "function") {
offset = offset();
offset = offset(element, container);
}

@@ -172,0 +172,0 @@

/*!
* vue-scrollto v2.15.1
* vue-scrollto v2.16.0
* (c) 2019 Randjelovic Igor

@@ -381,3 +381,3 @@ * @license MIT

if (typeof offset === "function") {
offset = offset();
offset = offset(element, container);
}

@@ -384,0 +384,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