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

@atproto/api

Package Overview
Dependencies
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atproto/api - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

3

dist/client/types/app/bsky/unspecced/getPopularFeedGenerators.d.ts
import { Headers } from '@atproto/xrpc';
import * as AppBskyFeedDefs from '../feed/defs';
export interface QueryParams {
limit?: number;
cursor?: string;
}
export declare type InputSchema = undefined;
export interface OutputSchema {
cursor?: string;
feeds: AppBskyFeedDefs.GeneratorView[];

@@ -8,0 +11,0 @@ [k: string]: unknown;

@@ -6,2 +6,3 @@ import { Headers } from '@atproto/xrpc';

ignoreSubjects?: string[];
actionedBy?: string;
reporters?: string[];

@@ -8,0 +9,0 @@ resolved?: boolean;

2

package.json
{
"name": "@atproto/api",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -11,3 +11,6 @@ /**

export interface QueryParams {}
export interface QueryParams {
limit?: number
cursor?: string
}

@@ -17,2 +20,3 @@ export type InputSchema = undefined

export interface OutputSchema {
cursor?: string
feeds: AppBskyFeedDefs.GeneratorView[]

@@ -19,0 +23,0 @@ [k: string]: unknown

@@ -14,2 +14,4 @@ /**

ignoreSubjects?: string[]
/** Get all reports that were actioned by a specific moderator */
actionedBy?: string
/** Filter reports made by one or more DIDs */

@@ -16,0 +18,0 @@ reporters?: string[]

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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