New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.1 to 0.4.0

4

build/index.js

@@ -92,5 +92,5 @@ 'use strict';

key: 'deleteResource',
value: function deleteResource(uri) {
value: function deleteResource(uri, params) {
var URL = this.generateUrl(uri);
var request = this.requestFactory.createRequest(URL, 'DELETE');
var request = this.requestFactory.createRequest(URL, 'DELETE', params);
return this.requestPerformer.performRequest(request).then(this.responseParser.parseResponse);

@@ -97,0 +97,0 @@ }

{
"name": "clubhouse-lib",
"version": "0.3.1",
"version": "0.4.0",
"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