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

@clockentes/types

Package Overview
Dependencies
Maintainers
1
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.13 to 0.0.14

2

dist/interfaces/clockify-project.d.ts

@@ -28,3 +28,3 @@ export interface ClockifyProject {

target: string;
userId: string;
workerId: string;
}];

@@ -31,0 +31,0 @@ name: string;

@@ -11,4 +11,4 @@ import { ClockifyTimeInterval } from "./clockify-time-interval";

timeInterval: ClockifyTimeInterval;
userId: string;
workerId: string;
workspaceId: string;
}
{
"name": "@clockentes/types",
"version": "0.0.13",
"version": "0.0.14",
"description": "Clockentes types",

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

@@ -29,3 +29,3 @@ export interface ClockifyProject {

target: string,
userId: string,
workerId: string,
}

@@ -32,0 +32,0 @@ ];

@@ -12,4 +12,4 @@ import { ClockifyTimeInterval } from "./clockify-time-interval";

timeInterval: ClockifyTimeInterval;
userId: string;
workerId: string;
workspaceId: 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