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

applesauce-core

Package Overview
Dependencies
Maintainers
0
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applesauce-core - npm Package Compare versions

Comparing version 0.0.0-next-20241126195214 to 0.0.0-next-20241126222927

4

dist/event-store/event-store.js

@@ -9,3 +9,3 @@ import { kinds } from "nostr-tools";

import { addSeenRelay } from "../helpers/relays.js";
import { getDeleteIds } from "../helpers/delete.js";
import { getDeleteCoordinates, getDeleteIds } from "../helpers/delete.js";
export class EventStore {

@@ -55,3 +55,3 @@ database;

}
const coords = getDeleteIds(deleteEvent);
const coords = getDeleteCoordinates(deleteEvent);
for (const coord of coords) {

@@ -58,0 +58,0 @@ this.deletedCoords.set(coord, Math.max(this.deletedCoords.get(coord) ?? 0, deleteEvent.created_at));

{
"name": "applesauce-core",
"version": "0.0.0-next-20241126195214",
"version": "0.0.0-next-20241126222927",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

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