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

@types/window-or-global

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/window-or-global - npm Package Compare versions

Comparing version

to
1.0.5

7

window-or-global/index.d.ts

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

// Type definitions for window-or-global 1.0
// Project: https://github.com/purposeindustries/window-or-global
// Definitions by: vvakame <https://github.com/vvakame>
// Jason Kwok <https://github.com/JasonHK>
// ExE Boss <https://github.com/ExE-Boss>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />

@@ -9,0 +2,0 @@

19

window-or-global/package.json
{
"name": "@types/window-or-global",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for window-or-global",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/window-or-global",
"license": "MIT",

@@ -9,14 +10,14 @@ "contributors": [

"name": "vvakame",
"url": "https://github.com/vvakame",
"githubUsername": "vvakame"
"githubUsername": "vvakame",
"url": "https://github.com/vvakame"
},
{
"name": "Jason Kwok",
"url": "https://github.com/JasonHK",
"githubUsername": "JasonHK"
"githubUsername": "JasonHK",
"url": "https://github.com/JasonHK"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
}

@@ -35,4 +36,4 @@ ],

},
"typesPublisherContentHash": "c605be13a0467446e863b83f6ea06a45a14c86ab6a461013e3b89c66cff03c85",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "519842a5130c7f51f7414cf9969d44e631aeb7ac30f4a5bb033de25f1c6ac39d",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,16 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/window-or-global.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/window-or-global/index.d.ts)
````ts
/// <reference types="node" />
declare const _: typeof globalThis & (typeof self | typeof global);
export = _;
````
### Additional Details
* Last updated: Tue, 12 Jan 2021 17:50:23 GMT
* Last updated: Wed, 18 Oct 2023 18:04:04 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by [vvakame](https://github.com/vvakame), [Jason Kwok](https://github.com/JasonHK), and [ExE Boss](https://github.com/ExE-Boss).