New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wickrio-bot-api

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wickrio-bot-api - npm Package Compare versions

Comparing version 5.64.0 to 5.64.1

src/services/api.js

2

package.json
{
"name": "wickrio-bot-api",
"version": "5.64.0",
"version": "5.64.1",
"description": "The official Wickr IO Bot API Framework",

@@ -5,0 +5,0 @@ "main": "src/WickrIOBot.js",

@@ -311,2 +311,6 @@ const fs = require('fs')

getFilePath() {
return this.filepath
}
getFilename() {

@@ -313,0 +317,0 @@ return this.filename

@@ -7,2 +7,3 @@ const WickrIOAPI = require('wickrio_addon')

const fs = require('fs')
const APIService = require('./services/api')
let encryptor

@@ -33,2 +34,8 @@ let encryptorDefined = false

apiService() {
return new APIService({
WickrIOAPI,
})
}
/*

@@ -35,0 +42,0 @@ * Return the version of the addon that the bot-api is using

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