Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.0.1 to 1.0.2

window-or-global/ts3.4/index.d.ts

4

window-or-global/index.d.ts
// 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

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