@types/scrollbooster
Advanced tools
Comparing version 2.2.1 to 2.2.2
// Type definitions for scrollbooster 2.2 | ||
// Project: https://github.com/ilyashubin/scrollbooster | ||
// Definitions by: Chris <https://github.com/chrisneven> | ||
// Chris Frewin <https://github.com/princefishthrower> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -15,3 +16,6 @@ | ||
position: Required<Position>; | ||
dragOffset: number; | ||
dragOffset: { | ||
x: number; | ||
y: number; | ||
}; | ||
borderCollision: { | ||
@@ -18,0 +22,0 @@ left: boolean; |
{ | ||
"name": "@types/scrollbooster", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "TypeScript definitions for scrollbooster", | ||
@@ -12,2 +12,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollbooster", | ||
"githubUsername": "chrisneven" | ||
}, | ||
{ | ||
"name": "Chris Frewin", | ||
"url": "https://github.com/princefishthrower", | ||
"githubUsername": "princefishthrower" | ||
} | ||
@@ -24,4 +29,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "082242129ca08fd17ff6afd655a9a0ab5023bc83cd01feeb1f564023c2e7a440", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "8dcd4ce9680daac9d4ac098f5f2579ce3637f386c425f92e2d32604fbf553ec2", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -14,2 +14,3 @@ # Installation | ||
// Definitions by: Chris <https://github.com/chrisneven> | ||
// Chris Frewin <https://github.com/princefishthrower> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -26,3 +27,6 @@ | ||
position: Required<Position>; | ||
dragOffset: number; | ||
dragOffset: { | ||
x: number; | ||
y: number; | ||
}; | ||
borderCollision: { | ||
@@ -72,3 +76,3 @@ left: boolean; | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 16:34:23 GMT | ||
* Last updated: Tue, 04 Oct 2022 19:33:01 GMT | ||
* Dependencies: none | ||
@@ -78,2 +82,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Chris](https://github.com/chrisneven). | ||
These definitions were written by [Chris](https://github.com/chrisneven), and [Chris Frewin](https://github.com/princefishthrower). |
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
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
6315
49
80