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

@timetac/js-client-library

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timetac/js-client-library - npm Package Compare versions

Comparing version 0.22.0 to 0.23.0

1

dist/projects/types.d.ts

@@ -41,2 +41,3 @@ import { ProjectStatus } from '../enums';

target_duration_sum_up_by_task: boolean;
name_path: string;
};

@@ -50,2 +50,3 @@ import { TaskStatus } from '../enums';

is_nonworking: boolean;
name_path: string;
};

@@ -52,0 +53,0 @@ export declare type TaskCreate = Omit<Partial<Task>, 'id' | 'node_path' | 'view_id' | 'ultimate_mother_id' | 'view_order' | 'icon_name' | 'object_type'> & {

2

package.json
{
"name": "@timetac/js-client-library",
"version": "0.22.0",
"version": "0.23.0",
"description": "TimeTac API JS client library",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme",

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