🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@types/no-scroll

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/no-scroll - npm Package Compare versions

Comparing version

to
2.1.1

5

no-scroll/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for no-scroll 2.1
// Project: https://github.com/davidtheclark/no-scroll
// Definitions by: Zhang Yi Jiang <https://github.com/ZhangYiJiang>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Module is exported as global object outside of module loader environment

@@ -7,0 +2,0 @@ export as namespace noScroll;

16

no-scroll/package.json
{
"name": "@types/no-scroll",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript definitions for no-scroll",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/no-scroll",
"license": "MIT",

@@ -9,16 +10,17 @@ "contributors": [

"name": "Zhang Yi Jiang",
"url": "https://github.com/ZhangYiJiang",
"githubUsername": "ZhangYiJiang"
"githubUsername": "ZhangYiJiang",
"url": "https://github.com/ZhangYiJiang"
}
],
"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/no-scroll"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "93915f7ab72780f2d7e947e1bcd0b2d500815839b4c8ea84b9670f950d59d40a",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "cb9174a59fbbcb5c182282bd75a359aad90eeeaa2608ba52ed8b02340c5969bd",
"typeScriptVersion": "4.5"
}

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

# Summary
This package contains type definitions for no-scroll ( https://github.com/davidtheclark/no-scroll ).
This package contains type definitions for no-scroll (https://github.com/davidtheclark/no-scroll).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/no-scroll
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/no-scroll.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/no-scroll/index.d.ts)
````ts
// Module is exported as global object outside of module loader environment
export as namespace noScroll;
Additional Details
* Last updated: Thu, 14 Feb 2019 19:27:12 GMT
interface NoScroll {
off(): void;
on(): void;
toggle(): void;
}
declare const noScroll: NoScroll;
export = noScroll;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: noScroll
# Credits
These definitions were written by Zhang Yi Jiang <https://github.com/ZhangYiJiang>.
These definitions were written by [Zhang Yi Jiang](https://github.com/ZhangYiJiang).

Sorry, the diff of this file is not supported yet