@libp2p/interfaces
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -7,3 +7,3 @@ export interface EventCallback<EventType> { | ||
} | ||
export declare type EventHandler<EventType> = EventCallback<EventType> | EventObject<EventType>; | ||
export type EventHandler<EventType> = EventCallback<EventType> | EventObject<EventType>; | ||
/** | ||
@@ -10,0 +10,0 @@ * Adds types to the EventTarget class. Hopefully this won't be necessary forever. |
export interface AbortOptions { | ||
signal?: AbortSignal; | ||
} | ||
export declare type RecursivePartial<T> = { | ||
export type RecursivePartial<T> = { | ||
[P in keyof T]?: T[P] extends Array<infer I> ? Array<RecursivePartial<I>> : T[P] extends (...args: any[]) => any ? T[P] : RecursivePartial<T[P]>; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@libp2p/interfaces", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Common code shared by the various libp2p interfaces", | ||
@@ -42,3 +42,3 @@ "license": "Apache-2.0 OR MIT", | ||
"src", | ||
"dist/src", | ||
"dist", | ||
"!dist/test", | ||
@@ -164,4 +164,7 @@ "!**/*.tsbuildinfo" | ||
"devDependencies": { | ||
"aegir": "^37.4.0" | ||
"aegir": "^37.7.3" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -18,2 +18,3 @@ # @libp2p/interfaces <!-- omit in toc --> | ||
- [Startable](#startable) | ||
- [API Docs](#api-docs) | ||
- [License](#license) | ||
@@ -88,2 +89,6 @@ - [Contribute](#contribute) | ||
## API Docs | ||
- <https://libp2p.github.io/js-libp2p-interfaces> | ||
## License | ||
@@ -90,0 +95,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28225
25
422
102
0