Socket
Socket
Sign inDemoInstall

@big-whale-labs/botcaster

Package Overview
Dependencies
10
Maintainers
9
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.0.16

4

dist/helpers/fetchNotifications.js
import axios from 'axios';
export default function (cursor, bearerToken) {
return axios.get(cursor
? `https://api.farcaster.xyz/v2/mention-and-reply-notifications?limit=10&cursor=${cursor}`
: 'https://api.farcaster.xyz/v2/mention-and-reply-notifications?limit=10', {
? `https://api.warpcaster.com/v2/mention-and-reply-notifications?limit=10&cursor=${cursor}`
: 'https://api.warpcaster.com/v2/mention-and-reply-notifications?limit=10', {
headers: {

@@ -7,0 +7,0 @@ accept: 'application/json',

{
"name": "@big-whale-labs/botcaster",
"version": "0.0.15",
"version": "0.0.16",
"description": "Farcaster bot framework",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc