New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@activitypods/events

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activitypods/events

ActivityPods app for events

latest
npmnpm
Version
2.0.0-alpha.11
Version published
Maintainers
1
Created
Source

Events App

An ActivityPods app to handle events.

Services

Dependencies

Containers

  • /events with the events created by the user or to whom he has been invited

Collections

Attached to all events:

  • /announces with the list of actors who have been invited to the event
  • /announcers with the list of actors who are allowed to invite to the event
  • /attendees with the list of actors who are attending the event (including the organizer)

Ontology

Handled activities

Join event

{
  "type": "Join",
  "object": {
    "type": "Event"
  }
}

Emitter's side effects

  • None

Recipients' side effects

  • The recipients are added to the /attendees collection
  • A notification is sent to the organizer

Leave event

{
  "type": "Leave",
  "object": {
    "type": "Event"
  }
}

Emitter's side effects

  • None

Recipients' side effects

  • The recipients are removed from the /attendees collection
  • A notification is sent to the organizer

FAQs

Package last updated on 22 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts