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.10 to 0.0.11

8

dist/helpers/currentNotificationId.js

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

import { getItem, init, setItem } from 'node-persist';
import nodePersist from 'node-persist';
let initialized = false;

@@ -6,3 +6,3 @@ async function checkInitialized() {

return;
await init();
await nodePersist.init();
initialized = true;

@@ -13,8 +13,8 @@ }

await checkInitialized();
await setItem(key, currentNotificationId);
await nodePersist.setItem(key, currentNotificationId);
}
export async function getCurrentNotificationId() {
await checkInitialized();
return getItem(key);
return nodePersist.getItem(key);
}
//# sourceMappingURL=currentNotificationId.js.map
{
"name": "@big-whale-labs/botcaster",
"version": "0.0.10",
"version": "0.0.11",
"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