Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scroll-to

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-to - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

component.json

@@ -5,7 +5,11 @@ {

"description": "Smooth window scroll to position with requestAnimationFrame",
"version": "0.0.1",
"keywords": ["scroll", "animate", "scroll-to"],
"version": "0.0.2",
"keywords": [
"scroll",
"animate",
"scroll-to"
],
"dependencies": {
"component/raf": "1.0.0",
"component/tween": "1.0.0"
"component/raf": "1.2.0",
"component/tween": "1.2.0"
},

@@ -12,0 +16,0 @@ "development": {

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

/**

@@ -52,2 +51,4 @@ * Module dependencies.

animate();
return tween;
}

@@ -54,0 +55,0 @@

{
"name": "scroll-to",
"repo": "component/scroll-to",
"description": "Smooth window scroll to position with requestAnimationFrame",
"version": "0.0.1",
"keywords": ["scroll", "animate", "scroll-to"],
"version": "0.0.2",
"keywords": [
"scroll",
"animate",
"scroll-to"
],
"dependencies": {
"raf-component": "1.0.0",
"tween-component": "1.0.0"
"component-raf": "1.2.0",
"component-tween": "1.2.0"
},
"browser": {
"raf": "component-raf",
"tween": "component-tween"
},
"license": "MIT",

@@ -17,3 +24,7 @@ "main": "index.js",

}
},
"repository": {
"type": "git",
"url": "https://github.com/component/scroll-to.git"
}
}
# scroll-to
Smooth window scroll to position with requestAnimationFrame
Smooth window scroll to position with requestAnimationFrame and [Tween](https://github.com/component/tween).

@@ -6,0 +6,0 @@ ## Installation

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