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

dinovn-fca

Package Overview
Dependencies
Maintainers
0
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.4 to 1.2.5

2

package.json
{
"name": "dinovn-fca",
"version": "1.2.4",
"version": "1.2.5",
"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",

@@ -11,4 +11,8 @@ /* eslint-disable no-prototype-builtins */

const { Container } = require("nosql-json-database");
const path = require("path");
const { existsSync, mkdirSync } = require("fs");
const database = new Container();
if (!existsSync(path.join(process.cwd(), "dinovn-fca")))
mkdirSync(path.join(process.cwd(), "dinovn-fca"));
const database = new Container(path.join(process.cwd(), "dinovn-fca"));
const usersCache = database.createCollection("users");

@@ -15,0 +19,0 @@ const groupsCache = database.createCollection("groups");

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