Huge News!Announcing our $40M Series B led by Abstract Ventures.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 6.8.1 to 6.8.2

2

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

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

@@ -101,6 +101,3 @@ 'use strict'

)
if (fs.existsSync(pidFile)) {
this.pidFile = pidFile
console.error('pidLocation.json file does not exist! (' + pidFile + ')')
}
this.pidFile = pidFile
} catch (err) {

@@ -779,4 +776,2 @@ console.error(err)

if (!fs.existsSync(this.pidFile)) {
console.error('pidLocation.json file does not exist!!')
} else {
this.wpmDataParsed.name = this.wpmName

@@ -812,3 +807,3 @@ const pidLocationString = '/tmp/' + this.uid + '.pid'

await this.inputTokens(integrationName)
await this.configurePackage()
// await this.configurePackage()
await this.configureForever()

@@ -815,0 +810,0 @@ await this.configureWpm()

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