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.21.3 to 0.21.4

2

nip04.js

@@ -41,3 +41,3 @@ import aes from 'browserify-cipher'

? key.substr(2, 64)
: Buffer.from(key.slice(1)).toString('hex')
: Buffer.from(key.slice(1, 33)).toString('hex')
}
{
"name": "nostr-tools",
"version": "0.21.3",
"version": "0.21.4",
"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