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

@clockentes/types

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clockentes/types - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

10

dist/interfaces/clockify-task.d.ts

@@ -5,7 +5,7 @@ export interface ClockifyTask {

projectId: string;
assigneeIds: string[];
assigneeId: string;
estimate: string;
status: string;
duration: string;
assigneeIds?: string[];
assigneeId?: string;
estimate?: string;
status?: string;
duration?: string;
}
{
"name": "@clockentes/types",
"version": "0.0.43",
"version": "0.0.44",
"description": "Clockentes types",

@@ -5,0 +5,0 @@ "private": false,

@@ -5,7 +5,7 @@ export interface ClockifyTask {

projectId: string;
assigneeIds: string[];
assigneeId: string;
estimate: string;
status: string;
duration: string;
assigneeIds?: string[];
assigneeId?: string;
estimate?: string;
status?: string;
duration?: string;
}
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