Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.0 to 1.5.1

28

History.md

@@ -0,2 +1,30 @@

v1.5.1 / 2021-08-31
==================
* fix(package.json): 修复 main 入口错误指向 src 文件的问题
* deps: update package-lock
* Merge pull request #41 from Yuliang-Lee/dependabot/npm_and_yarn/browserslist-4.16.6
* Merge pull request #40 from Yuliang-Lee/dependabot/npm_and_yarn/lodash-4.17.21
* Merge pull request #39 from Yuliang-Lee/dependabot/npm_and_yarn/ssri-6.0.2
* Merge pull request #38 from Yuliang-Lee/dependabot/npm_and_yarn/y18n-4.0.1
* Merge pull request #37 from Yuliang-Lee/dependabot/npm_and_yarn/elliptic-6.5.4
* Merge pull request #34 from Yuliang-Lee/dependabot/npm_and_yarn/ini-1.3.7
* Merge pull request #33 from Yuliang-Lee/dependabot/npm_and_yarn/yargs-parser-13.1.2
* Merge pull request #45 from Yuliang-Lee/dependabot/npm_and_yarn/path-parse-1.0.7
* docs: update
* docs: 修改readme 指向新的包
* Merge pull request #29 from Yuliang-Lee/dependabot/npm_and_yarn/lodash-4.17.19
v1.5.0 / 2020-07-11
==================
* feat: 增加easingFunction, 增加 husky 做提交检查
* Merge pull request #28 from qnp/feature/custom-easing-function
* option to provide custom easing function
* Merge pull request #25 from a-kriya/patch-1
* build
* Merge pull request #27 from jwhitmarsh/fix/#26
* fix(index): first cut at fixing #26
* Update README to incorporate recent changes
v1.4.2 / 2020-06-18

@@ -3,0 +31,0 @@ ==================

4

package.json
{
"name": "vue2-smooth-scroll",
"version": "1.5.0",
"version": "1.5.1",
"description": "Simple vue smooth scroll",
"main": "src/index.js",
"main": "dist/vue-smooth-scroll.min.js",
"typings": "types/index.d.ts",

@@ -7,0 +7,0 @@ "scripts": {

@@ -15,3 +15,6 @@ # Vue2 Smooth Scroll

**This package compatible with Vue 2.x and Vue 1.x**
**New package for Vue 3.x use this package [v-smooth-scroll](https://github.com/Yuliang-Lee/v-smooth-scroll)**
## Features

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