Comparing version 0.0.1 to 0.0.2
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4089
75
0
1
+ Addedcomponent-raf@1.2.0
+ Addedcomponent-tween@1.2.0
+ Addedcomponent-clone@0.2.2(transitive)
+ Addedcomponent-emitter@1.2.0(transitive)
+ Addedcomponent-raf@1.2.0(transitive)
+ Addedcomponent-tween@1.2.0(transitive)
+ Addedcomponent-type@1.1.0(transitive)
- Removedraf-component@1.0.0
- Removedtween-component@1.0.0
- Removedemitter-component@1.0.0(transitive)
- Removedraf-component@1.0.0(transitive)
- Removedtween-component@1.0.0(transitive)