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

vue2-smooth-scroll

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-smooth-scroll - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

History.md
v1.0.4 / 2019-02-08
==================
* fix: SSR
v1.0.3 / 2018-04-24

@@ -3,0 +8,0 @@ ==================

2

package.json
{
"name": "vue2-smooth-scroll",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple vue smooth scroll",

@@ -5,0 +5,0 @@ "main": "dist/vue-smooth-scroll.min.js",

@@ -12,2 +12,3 @@ # Vue2 Smooth Scroll

- **fixed SSR**
- fixed `duration` problem, now animation work good.

@@ -41,3 +42,3 @@ - support **scroll down** and **scroll up**

offset: 0, // Offset from element, you can use positive or negative values
cotainer: '', // the scroll container, default is window,use document.querySelector to query the Element
container: '', // the scroll container, default is window,use document.querySelector to query the Element
}

@@ -76,2 +77,2 @@ ```

MIT
MIT
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