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

clubhouse-lib

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clubhouse-lib - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

16

build/index.js

@@ -377,2 +377,18 @@ 'use strict';

}
/** */
}, {
key: 'listTeams',
value: function listTeams() {
return this.listResource('teams');
}
/** */
}, {
key: 'getTeam',
value: function getTeam(teamID) {
return this.getResource('teams/' + teamID);
}
}], [{

@@ -379,0 +395,0 @@ key: 'create',

2

package.json
{
"name": "clubhouse-lib",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Promise based library to the Clubhouse REST API",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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