Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@musakui/fedi

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

@musakui/fedi - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

15

lib/activitystreams/types.d.ts

@@ -20,3 +20,3 @@ import {

/** @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object */
export interface BaseObject<T = string> extends WithContext {
export interface BaseObject<T = string> {
type: T

@@ -50,9 +50,18 @@ id?: string | null

/*
export type ActorTypes = typeof ACTOR_TYPES[number]
export type ObjectTypes = typeof OBJECT_TYPES[number]
*/
export type ActorTypes = 'Application' | 'Group' | 'Organization' | 'Person' | 'Service'
export type ObjectTypes = 'Article' | 'Audio' | 'Document' | 'Event' | 'Image' | 'Note' | 'Page' | 'Place' | 'Profile' | 'Relationship' | 'Tombstone' | 'Video'
/** @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-activity */
export type ActivtyTypes = typeof ACTIVTY_TYPES[number]
export type ActivtyTypes = 'Accept' | 'Add' | 'Announce' | 'Block' | 'Create' | 'Delete' | 'Dislike' | 'Flag' | 'Follow' | 'Ignore' | 'Join' | 'Leave' | 'Like' | 'Reject' | 'Remove' | 'Undo' | 'Update'
// export type ActivtyTypes = typeof ACTIVTY_TYPES[number]
/** @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-intransitiveactivity */
export type IntransitiveActivtyTypes = typeof INTRANSITIVE_ACTIVTY_TYPES[number]
export type IntransitiveActivtyTypes = 'Arrive' | 'Question' | 'Travel'
// export type IntransitiveActivtyTypes = typeof INTRANSITIVE_ACTIVTY_TYPES[number]

2

package.json

@@ -10,3 +10,3 @@ {

"repository": "github:musakui/fedi",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",

@@ -13,0 +13,0 @@ "files": [

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