New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 0.0.8

4

dist/index.esm.js

@@ -84,3 +84,3 @@ import { jsx } from 'react/jsx-runtime';

generateNsec: function () {
return { nsec: "", pk: "" };
return { nsec: "", pubkey: "" };
},

@@ -165,3 +165,3 @@ setUser: function (_a) {

var pk = getPublicKey(sk);
return { nsec: nsec, pk: pk };
return { nsec: nsec, pubkey: pk };
}

@@ -168,0 +168,0 @@ function resolveSk(nsec) {

@@ -14,5 +14,5 @@ import { ReactNode } from "react";

nsec: string;
pk: string;
pubkey: string;
};
setUser: ({ nsec, pubkey }: User) => void;
};
{
"name": "@jinglescode/nostr-chat-plugin",
"version": "0.0.7",
"description": "A NOSTR React chatroom component",
"version": "0.0.8",
"description": "React chatroom component powered by NOSTR.",
"author": "jinglescode",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

{
"name": "@jinglescode/nostr-chat-plugin",
"version": "0.0.7",
"description": "A NOSTR React chatroom component",
"version": "0.0.8",
"description": "React chatroom component powered by NOSTR.",
"author": "jinglescode",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

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