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.1 to 0.0.2

2

dist/helpers/fetchNotifications.d.ts

@@ -1,2 +0,2 @@

import { Notification } from '@/models/Notification';
import { Notification } from '../models/Notification';
export default function (next: string, address: string): Promise<import("axios").AxiosResponse<{

@@ -3,0 +3,0 @@ result: {

@@ -1,2 +0,2 @@

import { Notification } from '@/models/Notification';
import { Notification } from '../models/Notification';
export default function (farcasterAddress: string, handler: (notification: Notification) => void): void;

@@ -12,4 +12,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const currentNotificationId_1 = require("@/helpers/currentNotificationId");
const fetchNotifications_1 = require("@/helpers/fetchNotifications");
const currentNotificationId_1 = require("./currentNotificationId");
const fetchNotifications_1 = require("./fetchNotifications");
let polling = false;

@@ -16,0 +16,0 @@ function pollNotifications(farcasterAddress, handler) {

@@ -1,3 +0,2 @@

import 'module-alias/register';
export * from '@/helpers/startPolling';
export * from '@/models/Notification';
export * from './helpers/startPolling';
export * from './models/Notification';

@@ -17,7 +17,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
require("module-alias/register");
// Helpers
__exportStar(require("@/helpers/startPolling"), exports);
// Models
__exportStar(require("@/models/Notification"), exports);
__exportStar(require("./helpers/startPolling"), exports);
__exportStar(require("./models/Notification"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@big-whale-labs/botcaster",
"version": "0.0.1",
"version": "0.0.2",
"description": "Farcaster bot framework",
"main": "dist/app.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/BigWhaleLabs/botcaster",

@@ -37,7 +38,5 @@ "author": "backmeupplz <backmeupplz@gmail.com>",

"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-relative-import-paths": "^1.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"module-alias": "^2.2.2",
"np": "^7.6.2",

@@ -47,6 +46,3 @@ "prettier": "^2.7.1",

},
"_moduleAliases": {
"@": "dist"
},
"packageManager": "yarn@3.2.4"
}

Sorry, the diff of this file is not supported yet

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