Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ac-node-hipchat

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-node-hipchat - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

lib/tenant-client.js

@@ -218,3 +218,3 @@ var _ = require('lodash');

var resourceUrl = this._tenant.links.api + '/room/' + param(roomIdOrName) + '/member/' + param(userIdOrEmail);
return self.getToken('send_message').then(function (token) {
return self.getToken('admin_room').then(function (token) {
return self._client.addRoomMember(resourceUrl, token);

@@ -221,0 +221,0 @@ });

@@ -5,3 +5,3 @@ {

"description": "A common module plugin for building Atlassian Connect add-ons for HipChat",
"version": "0.2.7",
"version": "0.2.8",
"author": "Atlassian (http://atlassian.com)",

@@ -8,0 +8,0 @@ "license": "Apache 2.0",

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