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

@big-whale-labs/botcaster

Package Overview
Dependencies
Maintainers
9
Versions
29
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.7 to 0.0.8

6

dist/helpers/fetchNotifications.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const unfetch_1 = require("unfetch");
const ky_1 = require("ky");
function default_1(cursor, bearerToken) {
return (0, unfetch_1.default)(cursor
return (0, ky_1.default)(cursor
? `https://api.farcaster.xyz/v2/mention-and-reply-notifications?limit=10&cursor=${cursor}`

@@ -12,5 +12,5 @@ : 'https://api.farcaster.xyz/v2/mention-and-reply-notifications?limit=10', {

},
}).then((res) => res.json());
}).json();
}
exports.default = default_1;
//# sourceMappingURL=fetchNotifications.js.map
{
"name": "@big-whale-labs/botcaster",
"version": "0.0.7",
"version": "0.0.8",
"description": "Farcaster bot framework",

@@ -27,4 +27,4 @@ "main": "dist/index.js",

"dependencies": {
"node-persist": "^3.1.0",
"unfetch": "^4.2.0"
"ky": "^0.33.0",
"node-persist": "^3.1.0"
},

@@ -31,0 +31,0 @@ "devDependencies": {

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