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.2 to 0.0.3

dist/index.cjs

10

dist/package.json
{
"name": "@jinglescode/nostr-chat-plugin",
"version": "0.0.2",
"version": "0.0.3",
"description": "A NOSTR React chat plugin",

@@ -9,5 +9,11 @@ "author": "jinglescode",

"type": "module",
"main": "dist/index.cjs.js",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.esm.js"
}
},
"scripts": {

@@ -14,0 +20,0 @@ "build": "rollup -c && cp package.json dist/"

{
"name": "@jinglescode/nostr-chat-plugin",
"version": "0.0.2",
"version": "0.0.3",
"description": "A NOSTR React chat plugin",

@@ -9,5 +9,11 @@ "author": "jinglescode",

"type": "module",
"main": "dist/index.cjs.js",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.esm.js"
}
},
"scripts": {

@@ -14,0 +20,0 @@ "build": "rollup -c && cp package.json dist/"

2

rollup.config.js

@@ -7,3 +7,3 @@ import typescript from "rollup-plugin-typescript2";

{
file: "dist/index.cjs.js",
file: "dist/index.cjs",
format: "cjs",

@@ -10,0 +10,0 @@ sourcemap: true,

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