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

clubhouse-lib

Package Overview
Dependencies
Maintainers
6
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.9.0-rc.2 to 0.9.0-rc.3

4

lib/index.d.ts

@@ -1,2 +0,2 @@

import { Comment, CreateTaskParams, Epic, EpicChange, File, FileChange, ID, Iteration, IterationChange, Label, LinkedFile, LinkedFileChange, Member, Project, ProjectChange, RequestFactory, RequestPerformer, ResponseParser, Story, StoryChange, StoryLink, StoryLinkChange, StorySearchResult, Task, Team, Workflow } from './types';
import { Comment, CreateTaskParams, Epic, EpicChange, File, FileChange, ID, Iteration, IterationChange, Label, LinkedFile, LinkedFileChange, Member, Project, ProjectChange, RequestFactory, RequestPerformer, ResponseParser, Story, StoryChange, StoryLink, StoryLinkChange, StorySearchResult, Task, Team, UpdateTaskParams, Workflow } from './types';
/** */

@@ -77,3 +77,3 @@ declare type ClientConfig = {

/** */
updateTask(storyID: ID, taskID: ID, params: CreateTaskParams): Promise<Task>;
updateTask(storyID: ID, taskID: ID, params: UpdateTaskParams): Promise<Task>;
/** */

@@ -80,0 +80,0 @@ deleteTask(storyID: ID, taskID: ID): Promise<{}>;

{
"name": "clubhouse-lib",
"version": "0.9.0-rc.2",
"version": "0.9.0-rc.3",
"description": "A Promise based library to the Clubhouse REST API",

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

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