bot-messenger-node
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "bot-messenger-node", | ||
"description": "A Node.js library streamlining the integration and smooth utilization of the Messenger API for the development of interactive chatbots.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
@@ -20,4 +20,15 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"license": "MIT", | ||
"dependencies": {"axios": "^0.24.0"}, | ||
"devDependencies": {}, | ||
"dependencies": {"axios":"^1.6.2"}, | ||
"directories": { | ||
"lib": "src" | ||
}, | ||
"devDependencies": { | ||
"@types/events": "^3.0.0", | ||
"@types/node": "^18.11.18", | ||
"express": "^4.18.2" | ||
}, | ||
"engines": { | ||
@@ -24,0 +35,0 @@ "node": ">=12.0.0" |
@@ -9,3 +9,3 @@ # Facebook Messenger Bot | ||
It is better to use composer : | ||
It is better to use npm : | ||
@@ -12,0 +12,0 @@ ```bash |
@@ -0,0 +0,0 @@ // JavaScript code for Node.js |
@@ -0,0 +0,0 @@ const { RequestOptions } = require('axios'); |
@@ -0,0 +0,0 @@ class Attachment { |
@@ -0,0 +0,0 @@ const Attachment = require('./Attachment'); |
@@ -0,0 +0,0 @@ const Attachment = require('./Attachment'); |
@@ -0,0 +0,0 @@ const Attachment = require('./Attachment'); |
@@ -0,0 +0,0 @@ const Attachment = require('./Attachment'); |
@@ -0,0 +0,0 @@ class AbstractElement { |
@@ -0,0 +0,0 @@ const Template = require('./../Template'); |
@@ -0,0 +0,0 @@ const Template = require('./../Template'); |
@@ -0,0 +0,0 @@ const AbstractElement = require('./../AbstractElement'); |
@@ -0,0 +0,0 @@ const Template = require('./../Template'); |
@@ -0,0 +0,0 @@ class Address { |
@@ -0,0 +0,0 @@ class Adjustment { |
@@ -0,0 +0,0 @@ const Template = require('./Template'); // Adjust the path as needed |
@@ -0,0 +0,0 @@ const AbstractElement = require('./AbstractElement'); // Adjust the path as needed |
@@ -0,0 +0,0 @@ class Summary { |
@@ -0,0 +0,0 @@ const Attachment = require('./Attachment'); |
@@ -0,0 +0,0 @@ class Button { |
@@ -0,0 +0,0 @@ const Button = require('./Button'); |
@@ -0,0 +0,0 @@ const Button = require('./Button'); |
@@ -0,0 +0,0 @@ const Button = require('./Button'); |
@@ -0,0 +0,0 @@ class Message { |
@@ -0,0 +0,0 @@ class Postback { |
@@ -0,0 +0,0 @@ class Verify { |
@@ -0,0 +0,0 @@ class Message { |
@@ -0,0 +0,0 @@ class GetStarted { |
@@ -0,0 +0,0 @@ class Greeting { |
@@ -0,0 +0,0 @@ const { validateTextSize } = require('./path/to/GreetingValidators'); |
@@ -0,0 +0,0 @@ class PersistentElement { |
@@ -0,0 +0,0 @@ class PersistentMenu { |
@@ -0,0 +0,0 @@ class Personas { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ const QuickReply = require('./QuickReply'); |
@@ -0,0 +0,0 @@ const QuickReply = require('./QuickReply'); |
@@ -0,0 +0,0 @@ const QuickReply = require('./QuickReply'); |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
1867432
3
1518
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.9(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.24.0(transitive)
Updatedaxios@^1.6.2