Socket
Socket
Sign inDemoInstall

fca-utils

Package Overview
Dependencies
192
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

lib/index.d.ts

@@ -57,3 +57,3 @@ /// <reference types="node" />

/**
* @default false
* @default true
* @description If true, the message event will not be emitted when the message is a command

@@ -60,0 +60,0 @@ */

@@ -12,3 +12,3 @@ import login from '@xaviabot/fca-unofficial';

#prefix = null;
#ignoreMessageInCommandEvent = false;
#ignoreMessageInCommandEvent = true;
#api = null;

@@ -15,0 +15,0 @@ constructor(options) {

@@ -1,5 +0,4 @@

import { Message } from "./message.builder.js";
import { random, randomItem } from "./random.js";
import { shuffle } from "./shuffle.js";
import { random, randomItem } from "./random.js";
export { Message, shuffle, random, randomItem };
export { shuffle, random, randomItem };
//# sourceMappingURL=index.d.ts.map

@@ -1,4 +0,3 @@

import { Message } from "./message.builder.js";
import { random, randomItem } from "./random.js";
import { shuffle } from "./shuffle.js";
import { random, randomItem } from "./random.js";
export { Message, shuffle, random, randomItem };
export { shuffle, random, randomItem };
{
"name": "fca-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "A NodeJS package to help interacting with Facebook Messenger API (fca-unofficial)",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc