Socket
Socket
Sign inDemoInstall

@types/moveto

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

10

moveto/index.d.ts

@@ -61,19 +61,19 @@ // Type definitions for moveto 1.8

*/
tolerance?: number;
tolerance?: number | undefined;
/**
* Duration of scrolling, in milliseconds
*/
duration?: number;
duration?: number | undefined;
/**
* Ease function name
*/
easing?: string;
easing?: string | undefined;
/**
* The container been computed and scrolled
*/
container?: Window | HTMLElement;
container?: Window | HTMLElement | undefined;
/**
* The function to be run after scrolling complete. Target passes as the first argument
*/
callback?: callbackType;
callback?: callbackType | undefined;
}

@@ -80,0 +80,0 @@

{
"name": "@types/moveto",
"version": "1.8.0",
"version": "1.8.1",
"description": "TypeScript definitions for moveto",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moveto",
"license": "MIT",

@@ -19,11 +20,12 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/moveto"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "28713984b51d8952b9010a1c78c3a881bef1449cc1187ca1da7baac22d548935",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "db1bbf5ed20c63f0aa193aa4a0f8173700950138970102f675c1d5e0269822d0",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for moveto ( https://github.com/hsnaydd/moveTo ).
This package contains type definitions for moveto (https://github.com/hsnaydd/moveTo).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moveto
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moveto.
Additional Details
* Last updated: Thu, 21 Feb 2019 00:04:30 GMT
### Additional Details
* Last updated: Thu, 08 Jul 2021 18:51:00 GMT
* Dependencies: none
* Global values: MoveTo
* Global values: `MoveTo`
# Credits
These definitions were written by Rostislav Shermenyov <https://github.com/shermendev>, pea3nut <https://github.com/pea3nut>.
These definitions were written by [Rostislav Shermenyov](https://github.com/shermendev), and [pea3nut](https://github.com/pea3nut).

Sorry, the diff of this file is not supported yet

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