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.31 to 0.0.32

2

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

@@ -8,5 +8,5 @@ import { Mission } from './mission.interface';

afternoon: boolean;
mission: Mission;
mission?: Mission;
absence?: AbsenceReason;
sentToDynamics?: boolean;
}
{
"name": "@clepsydre/types",
"version": "0.0.31",
"version": "0.0.32",
"description": "Clepsydre types",

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

import { Mission } from './mission.interface';
import { AbsenceReason } from './absence-reason.interface';
import { User } from './user.interface';

@@ -14,5 +15,6 @@ /*

afternoon: boolean;
mission: Mission;
mission?: Mission;
absence?: AbsenceReason;
sentToDynamics?: boolean;
}
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