@types/bunyan
Advanced tools
Comparing version 0.0.16-alpha to 0.0.17-alpha
{ | ||
"name": "@types/bunyan", | ||
"version": "0.0.16-alpha", | ||
"version": "0.0.17-alpha", | ||
"description": "Type definitions for node-bunyan from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -11,4 +11,5 @@ "main": "", | ||
"dependencies": { | ||
"events": "*" | ||
"events": "*", | ||
"@types/node": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the bunyan directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/bunyan | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:07:31 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:34 GMT | ||
* Typings kind: ProperModule | ||
* Library Dependencies: none | ||
* Library Dependencies: node | ||
* Module Dependencies: events | ||
* Global values: Logger, RingBuffer |
{ | ||
"authors": "Alex Mikhalev <https://github.com/amikhalev>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
@@ -14,2 +16,3 @@ "events" | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
@@ -16,0 +19,0 @@ "globals": [ |
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
5356
113
2
+ Added@types/node@*
+ Added@types/node@22.9.0(transitive)
+ Addedundici-types@6.19.8(transitive)