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

@airstack/frames

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airstack/frames - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

dist/cjs/functions/getFarcasterChannelParticipants.js

@@ -45,3 +45,3 @@ "use strict";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels participants
* @example

@@ -48,0 +48,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

@@ -45,3 +45,3 @@ "use strict";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels by host
* @example

@@ -48,0 +48,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

@@ -45,3 +45,3 @@ "use strict";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels by participants
* @example

@@ -48,0 +48,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

@@ -45,3 +45,3 @@ "use strict";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Search Farcaster channels by name
* @example

@@ -48,0 +48,0 @@ * const { data, error } = await searchFarcasterChannels({

@@ -6,3 +6,3 @@ import { fetchQueryWithPagination } from "@airstack/node";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels participants
* @example

@@ -9,0 +9,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

@@ -6,3 +6,3 @@ import { fetchQueryWithPagination } from "@airstack/node";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels by host
* @example

@@ -9,0 +9,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

@@ -6,3 +6,3 @@ import { fetchQueryWithPagination } from "@airstack/node";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels by participants
* @example

@@ -9,0 +9,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

@@ -6,3 +6,3 @@ import { fetchQueryWithPagination } from "@airstack/node";

/**
* @description Fetch Farcaster followers of a gived FID
* @description Search Farcaster channels by name
* @example

@@ -9,0 +9,0 @@ * const { data, error } = await searchFarcasterChannels({

import { FarcasterChannelParticipantsInput, FarcasterChannelParticipantsOutput } from "../types";
/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels participants
* @example

@@ -5,0 +5,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

import { FarcasterChannelsByHostInput, FarcasterChannelsByHostOutput } from "../types";
/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels by host
* @example

@@ -5,0 +5,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

import { FarcasterChannelsByParticipantInput, FarcasterChannelsByParticipantOutput } from "../types";
/**
* @description Fetch Farcaster followers of a gived FID
* @description Fetch Farcaster channels by participants
* @example

@@ -5,0 +5,0 @@ * const { data, error } = await getFarcasterChannelParticipants({

import { SearchFarcasterChannelsOutput, SearchFarcasterChannelsInput } from "../types";
/**
* @description Fetch Farcaster followers of a gived FID
* @description Search Farcaster channels by name
* @example

@@ -5,0 +5,0 @@ * const { data, error } = await searchFarcasterChannels({

{
"name": "@airstack/frames",
"version": "1.0.6",
"version": "1.0.7",
"description": "Official Airstack Frames SDK",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

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