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

@types/scrollbooster

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/scrollbooster - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

6

scrollbooster/index.d.ts
// 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;

11

scrollbooster/package.json
{
"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).
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