Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/is-windows

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/is-windows - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

is-windows/LICENSE

12

is-windows/index.d.ts

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

// Type definitions for is-windows 0.2
// Type definitions for is-windows 1.0
// Project: https://github.com/jonschlinkert/is-windows
// Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana>
// ExE Boss <https://github.com/ExE-Boss>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**
* Returns `true` if the platform is windows.
*/
declare function isWindows(): boolean;
declare namespace isWindows {}
// Export CJS function
export = isWindows;
// Export UMD namespace
export as namespace isWindows;

24

is-windows/package.json
{
"name": "@types/is-windows",
"version": "0.2.0",
"version": "1.0.0",
"description": "TypeScript definitions for is-windows",
"license": "MIT",
"author": "Mizunashi Mana <https://github.com/mizunashi-mana>",
"contributors": [
{
"name": "Mizunashi Mana",
"url": "https://github.com/mizunashi-mana",
"githubUsername": "mizunashi-mana"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/is-windows"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "a4795d3d741a0354f8b005b74325d8dbf941e1e4b5bbaa395a9905d22b82dfb1",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "610e9345c2ee603cac49f854943aa9bd570a312784d4c04e67730275bcfa2de0",
"typeScriptVersion": "2.8"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/is-windows
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-windows.
Additional Details
* Last updated: Thu, 29 Dec 2016 23:09:07 GMT
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
### Additional Details
* Last updated: Tue, 19 Nov 2019 19:37:32 GMT
* Dependencies: none
* Global values: `isWindows`
# Credits
These definitions were written by Mizunashi Mana <https://github.com/mizunashi-mana>.
These definitions were written by Mizunashi Mana (https://github.com/mizunashi-mana), and ExE Boss (https://github.com/ExE-Boss).
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