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

@types/scrollparent

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/scrollparent - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

scrollparent/index.d.ts
// Type definitions for scrollparent 2.0
// Project: https://github.com/olahol/scrollparent.js#readme
// Definitions by: Sintifo <https://github.com/Sintifo>
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -5,0 +5,0 @@

{
"name": "@types/scrollparent",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for scrollparent",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent",
"license": "MIT",
"contributors": [
{
"name": "Sintifo",
"url": "https://github.com/Sintifo",
"githubUsername": "Sintifo"
"name": "DefinitelyTyped",
"url": "https://github.com/DefinitelyTyped",
"githubUsername": "DefinitelyTyped"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -22,4 +23,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "b06d7df5fec419bfa1cf804b520c713ac7ad9920d572b2c137f7521dbb0fe9db",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "39e722faa48772dc52a24c62982dd8c44fc519cedbc6e714f70798d343899d2f",
"typeScriptVersion": "3.8"
}

@@ -5,9 +5,21 @@ # Installation

# Summary
This package contains type definitions for scrollparent ( https://github.com/olahol/scrollparent.js#readme ).
This package contains type definitions for scrollparent (https://github.com/olahol/scrollparent.js#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scrollparent/index.d.ts)
````ts
// Type definitions for scrollparent 2.0
// Project: https://github.com/olahol/scrollparent.js#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Thu, 28 Feb 2019 21:50:54 GMT
declare function scrollparent(node: HTMLElement | SVGElement): HTMLElement | null;
export = scrollparent;
````
### Additional Details
* Last updated: Thu, 23 Dec 2021 23:35:48 GMT
* Dependencies: none

@@ -17,2 +29,2 @@ * Global values: none

# Credits
These definitions were written by Sintifo <https://github.com/Sintifo>.
These definitions were written by [DefinitelyTyped](https://github.com/DefinitelyTyped).

Sorry, the diff of this file is not supported yet

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