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

dinovn-fca

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dinovn-fca - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "dinovn-fca",
"version": "1.2.2",
"version": "1.2.3",
"description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",

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

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

setInterval(
() => utils.groupsCache.deleteOneUsingId(threadID),
() => utils.groupsCache.deleteOneUsingId(`${threadID}`),
ctx.globalOptions.cacheTime,

@@ -212,0 +212,0 @@ );

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

setInterval(
() => utils.usersCache.deleteOneUsingId(threadID),
() => utils.usersCache.deleteOneUsingId(`${prop}`),
ctx.globalOptions.cacheTime,

@@ -30,0 +30,0 @@ );

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