@types/mdns
Advanced tools
Comparing version 0.0.21-alpha to 0.0.22-alpha
@@ -292,5 +292,3 @@ // Type definitions for node_mdns | ||
declare module "mdns" { | ||
export = MDNS; | ||
} | ||
export = MDNS; |
{ | ||
"name": "@types/mdns", | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"description": "TypeScript definitions for node_mdns", | ||
@@ -8,7 +8,11 @@ "main": "", | ||
"author": "Stefan Steinhart <https://github.com/reppners>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/node": "*" | ||
"@types/node": "4.0.*" | ||
} | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:24 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:28 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
@@ -15,0 +15,0 @@ * Module Dependencies: none |
@@ -15,3 +15,3 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
@@ -26,3 +26,3 @@ "MDNS" | ||
], | ||
"contentHash": "2ea4b148d19311e928b28b6acb275cbc1b36bb7e33ecd3fabff75203ffe3d074" | ||
"contentHash": "302a9a27c5d6f46721625855c0ca98e2cf78b0e053a36b46b9879c5eb9e3783a" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
12115
267
+ Added@types/node@4.0.48(transitive)
- Removed@types/node@22.10.2(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@types/node@4.0.*