@types/mdns
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -71,2 +71,4 @@ // Type definitions for node_mdns | ||
name?:string; | ||
rawTxtRecord?:Buffer; | ||
txtRecord?:any; | ||
networkInterface:string; | ||
@@ -297,2 +299,2 @@ port:number; | ||
export = MDNS; | ||
export = MDNS; |
{ | ||
"name": "@types/mdns", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "TypeScript definitions for node_mdns", | ||
"license": "MIT", | ||
"author": "Stefan Steinhart <https://github.com/reppners>", | ||
"contributors": [ | ||
{ | ||
"name": "Stefan Steinhart", | ||
"url": "https://github.com/reppners", | ||
"githubUsername": "reppners" | ||
} | ||
], | ||
"main": "", | ||
@@ -16,4 +22,4 @@ "repository": { | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "ad23ca25370e2ed4f37438834377d2840aee05d4970fb511fdf3edb9928c89b2" | ||
"typesPublisherContentHash": "be1b910c101dcfb12fb613f5add77474373cf09effb3177417e070152af4e470", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/mdns | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdns | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: none | ||
* Global values: MDNS | ||
* Last updated: Fri, 06 Oct 2017 23:19:37 GMT | ||
* Dependencies: node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Stefan Steinhart <https://github.com/reppners>. |
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
13248
248
17