Socket
Socket
Sign inDemoInstall

@big-whale-labs/botcaster

Package Overview
Dependencies
Maintainers
10
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@big-whale-labs/botcaster - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

2

dist/helpers/startPolling.js

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

const { data: { result: { notifications: newNotifications, next }, }, } = await (0, fetchNotifications_1.default)(fid, cursor, apiKey);
notifications.push(...newNotifications);
notifications.push(...(newNotifications || []));
if (currentNotificationId) {

@@ -24,0 +24,0 @@ cursor = next?.cursor || '';

{
"name": "@big-whale-labs/botcaster",
"version": "0.0.27",
"version": "0.0.28",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc