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

@types/next-tick

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/next-tick - npm Package Compare versions

Comparing version

to
1.0.1

@@ -1,8 +0,3 @@

// Type definitions for next-tick 1.0
// Project: https://github.com/medikoo/next-tick#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = nextTick;
declare function nextTick(callback: () => void): void;
{
"name": "@types/next-tick",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for next-tick",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-tick",
"license": "MIT",

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

"name": "BendingBender",
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
}
],
"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/next-tick"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "0e2c50edba76677e38b79ff2e769438b61a4a92465bf49d828655a49bdbfdab6",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "bbefc2b321b92d8f828b91b70cafb86352140da62196cc5d63881d95ada6d11b",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,16 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-tick
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-tick.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-tick/index.d.ts)
````ts
export = nextTick;
Additional Details
* Last updated: Tue, 25 Dec 2018 05:33:15 GMT
declare function nextTick(callback: () => void): void;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by BendingBender <https://github.com/BendingBender>.
These definitions were written by [BendingBender](https://github.com/BendingBender).

Sorry, the diff of this file is not supported yet