@types/window-or-global
Advanced tools
Comparing version 1.0.1 to 1.0.2
// 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 | ||
@@ -8,3 +10,3 @@ | ||
declare var _: Window | typeof global; | ||
declare const _: typeof self | typeof global; | ||
export = _; |
{ | ||
"name": "@types/window-or-global", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for window-or-global", | ||
@@ -11,2 +11,12 @@ "license": "MIT", | ||
"githubUsername": "vvakame" | ||
}, | ||
{ | ||
"name": "Jason Kwok", | ||
"url": "https://github.com/JasonHK", | ||
"githubUsername": "JasonHK" | ||
}, | ||
{ | ||
"name": "ExE Boss", | ||
"url": "https://github.com/ExE-Boss", | ||
"githubUsername": "ExE-Boss" | ||
} | ||
@@ -16,2 +26,9 @@ ], | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=3.4.0-0": { | ||
"*": [ | ||
"ts3.4/*" | ||
] | ||
} | ||
}, | ||
"repository": { | ||
@@ -26,4 +43,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "cfb1a1444425aef5bc0574ee7fc5b72f10375d91c7f1574926cc93cc5fa16209", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "08bf10dfe40917103093c923843591b756d063e6ccbca1082f0258b4612ac047", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Mar 2020 15:54:28 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Last updated: Thu, 21 May 2020 20:08:59 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [vvakame](https://github.com/vvakame). | ||
These definitions were written by [vvakame](https://github.com/vvakame), [Jason Kwok](https://github.com/JasonHK), and [ExE Boss](https://github.com/ExE-Boss). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3565
5
12
0