Socket
Socket
Sign inDemoInstall

botact

Package Overview
Dependencies
14
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.7 to 1.8.8

5

lib/methods/upload/saveCoverPhoto.js

@@ -15,3 +15,4 @@ const rp = require('request-promise')

return this.execute('photos.getOwnerCoverPhotoUploadServer', {
group_id
group_id,
...settings
}, token, (body) => {

@@ -32,3 +33,3 @@ return rp({

})
.then(body => this.api('photos.saveOwnerCoverPhoto', { ...body, ...settings, access_token: token }))
.then(body => this.api('photos.saveOwnerCoverPhoto', { ...body, access_token: token }))
.then(resolve)

@@ -35,0 +36,0 @@ .catch(reject)

2

package.json
{
"name": "botact",
"version": "1.8.7",
"version": "1.8.8",
"description": "A framework for creating VK bots on callback API.",

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

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