Socket
Socket
Sign inDemoInstall

nostr-tools

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nostr-tools - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

3

filter.js

@@ -5,3 +5,4 @@ export function matchFilter(filter, event) {

if (filter.author && event.pubkey !== filter.author) return false
if (filter.authors && filter.author.indexOf(event.pubkey) === -1) return false
if (filter.authors && filter.authors.indexOf(event.pubkey) === -1)
return false
if (

@@ -8,0 +9,0 @@ filter['#e'] &&

{
"name": "nostr-tools",
"version": "0.10.1",
"version": "0.10.2",
"description": "Tools for making a Nostr client.",

@@ -5,0 +5,0 @@ "repository": {

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