Socket
Socket
Sign inDemoInstall

scroll-into-view

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-into-view - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

example/index.browser.js

2

package.json
{
"name": "scroll-into-view",
"version": "1.7.0",
"version": "1.7.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "scrollIntoView.js",

@@ -129,3 +129,3 @@ var raf = require('raf'),

settings.time = settings.time || 1000;
settings.time = isNaN(settings.time) ? 1000 : settings.time;
settings.ease = settings.ease || function(v){return v;};

@@ -132,0 +132,0 @@

Sorry, the diff of this file is not supported yet

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