New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

applesauce-accounts

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applesauce-accounts - npm Package Compare versions

Comparing version 0.0.0-next-20250125183855 to 0.0.0-next-20250125184511

2

dist/account.test.js

@@ -40,3 +40,3 @@ import { describe, it, expect, beforeEach, vi } from "vitest";

const account = new BaseAccount(await signer.getPublicKey(), signer);
account.disableQueue = false;
account.disableQueue = true;
let resolve = [];

@@ -43,0 +43,0 @@ vi.spyOn(signer, "signEvent").mockImplementation(() => {

{
"name": "applesauce-accounts",
"version": "0.0.0-next-20250125183855",
"version": "0.0.0-next-20250125184511",
"description": "A simple nostr account management system",

@@ -35,3 +35,3 @@ "type": "module",

"@noble/hashes": "^1.5.0",
"applesauce-signer": "0.0.0-next-20250125183855",
"applesauce-signer": "0.0.0-next-20250125184511",
"nanoid": "^5.0.9",

@@ -38,0 +38,0 @@ "nostr-tools": "^2.10.3",

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