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

animated-scroll-to

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animated-scroll-to - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

lib/animated-scroll-to.d.ts

16

CHANGELOG.md
# Changelog
### v2.0.0 and v2.0.1
23.09.2019.
**Changed**
* Full TypeScript rewrite
* New method signatures
* Method now returns a promise
-----
### v1.3.1
14.09.2018.
14.09.2019.

@@ -15,3 +27,3 @@ **Fixed**

02.09.2018.
02.09.2019.

@@ -18,0 +30,0 @@ **Changed**

4

package.json
{
"name": "animated-scroll-to",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple, plain JavaScript animated window scroll",

@@ -11,3 +11,3 @@ "main": "./lib/animated-scroll-to.js",

"start": "parcel index.html",
"start:test": "parcel test.html --port 8888",
"start:test": "parcel test.html --port 8088",
"build": "rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json",

@@ -14,0 +14,0 @@ "build:docs": "rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to",

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