@types/node-wifi
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,7 +0,1 @@ | ||
// Type definitions for node-wifi 2.0 | ||
// Project: https://github.com/friedrith/node-wifi | ||
// Definitions by: hieyou1 <https://github.com/hieyou1> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Some comments from README: https://github.com/friedrith/node-wifi#readme | ||
export interface WiFiNetwork { | ||
@@ -8,0 +2,0 @@ ssid: string; |
{ | ||
"name": "@types/node-wifi", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for node-wifi", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-wifi", | ||
"name": "hieyou1", | ||
"url": "https://github.com/hieyou1", | ||
"githubUsername": "hieyou1" | ||
"githubUsername": "hieyou1", | ||
"url": "https://github.com/hieyou1" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "eb476ffdfecf60fe6d0920ef056e941b47c9c63a1d86fd2078678d8dae3c2846", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "76577b9e92d9b18489ac4ddfd2288a1f3bfb15ab0f831e026717e847e51483f6", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for node-wifi 2.0 | ||
// Project: https://github.com/friedrith/node-wifi | ||
// Definitions by: hieyou1 <https://github.com/hieyou1> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Some comments from README: https://github.com/friedrith/node-wifi#readme | ||
export interface WiFiNetwork { | ||
@@ -88,7 +82,6 @@ ssid: string; | ||
### Additional Details | ||
* Last updated: Mon, 23 May 2022 18:01:48 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [hieyou1](https://github.com/hieyou1). |
6801
57
86