You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NostrWSMessage was refactored from interface to type alias;
update README link from docs/interfaces/ to docs/type-aliases/.
Also fix nonexistent NostrWSMessageType enumeration link.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-[MessageType](docs/enumerations/NostrWSMessageType.md) - Message type enumeration
208
+
-[ConnectionState](_media/ConnectionState.md) - Connection state enumeration
152
209
-[Global Types](_media/globals.md) - Global type definitions
153
210
154
211
## Examples
@@ -176,6 +233,14 @@ server.broadcast({
176
233
});
177
234
```
178
235
236
+
## Security
237
+
238
+
### Dependency Vulnerability Status
239
+
240
+
We actively monitor and address security vulnerabilities in this codebase. **`npm audit --omit=dev` reports zero vulnerabilities** for this package — there are no known security issues in production dependencies.
241
+
242
+
Any remaining `npm audit` findings are in development-only tooling (eslint, typescript-eslint, vitest, typedoc, etc.) and stem from transitive dependencies with no upstream fix available. These are devDependencies that are never included in the published package and pose no risk to consumers of this library. We monitor upstream fixes and update promptly when they become available.
243
+
179
244
## Contributing
180
245
181
246
Contributions are welcome! Please read our [Contributing Guide](_media/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
0 commit comments