Socket
Socket
Sign inDemoInstall

vanilla-back-to-top

Package Overview
Dependencies
0
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.3 to 3.2.0

2

package.json
{
"name": "vanilla-back-to-top",
"version": "3.1.3",
"version": "3.2.0",
"description": "Configurable zero dependency Back To Top button",

@@ -5,0 +5,0 @@ "main": "dist/vanilla-back-to-top.min.js",

@@ -13,3 +13,3 @@ # Vanilla Back To Top

```
<script src="https://unpkg.com/vanilla-back-to-top@3.1.3/dist/vanilla-back-to-top.min.js"></script>
<script src="https://unpkg.com/vanilla-back-to-top@3.2.0/dist/vanilla-back-to-top.min.js"></script>
<script>addBackToTop({})</script>

@@ -73,3 +73,3 @@ ```

- Explorer Mobile >=10
- Firefox >=2
- Firefox >=4
- Firefox Android

@@ -85,2 +85,2 @@ - iOS Safari & Chrome >=7.1

Limitations are due to [flexbox](https://caniuse.com/#search=flexbox) and [position:fixed](https://caniuse.com/#search=position%3Afixed). [Sliding animation](https://caniuse.com/#search=transitions) isn't supported in old browsers, in those the button just appears in place with no animation.
Limitations are due to [flexbox](https://caniuse.com/#search=flexbox) and [position:fixed](https://caniuse.com/#search=position%3Afixed).
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