Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jinglescode/nostr-chat-plugin

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jinglescode/nostr-chat-plugin - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist/package.json
{
"name": "@jinglescode/nostr-chat-plugin",
"version": "0.0.9",
"version": "0.0.10",
"description": "A chat room React component that uses NOSTR protocol for messaging.",

@@ -5,0 +5,0 @@ "author": "jinglescode",

export type Message = {
id?: string;
id: string;
message: string;
pubkey: string;
timestamp?: number;
timestamp: number;
};

@@ -7,0 +7,0 @@ export type User = {

{
"name": "@jinglescode/nostr-chat-plugin",
"version": "0.0.9",
"version": "0.0.10",
"description": "A chat room React component that uses NOSTR protocol for messaging.",

@@ -5,0 +5,0 @@ "author": "jinglescode",

export type Message = {
id?: string;
id: string;
message: string;
pubkey: string;
timestamp?: number;
timestamp: number;
};

@@ -7,0 +7,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc