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

@clepsydre/types

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clepsydre/types - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

5

lib/interfaces/time-entry-data.interface.d.ts

@@ -6,4 +6,7 @@ export interface TimeEntryData {

worked: boolean;
reason?: string;
reason?: {
activityNumber: string;
label: string;
};
missionId: string;
}

2

package.json
{
"name": "@clepsydre/types",
"version": "0.0.23",
"version": "0.0.24",
"description": "Clepsydre types",

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

@@ -6,4 +6,7 @@ export interface TimeEntryData {

worked: boolean;
reason?: string;
reason?: {
activityNumber: string,
label: string,
};
missionId: 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