New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

clockodo

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockodo - npm Package Compare versions

Comparing version

to
21.10.3

@@ -1,4 +0,4 @@

export declare type AccessToCustomersProjects = true | Record<string, true | {
export declare type AccessToCustomersProjects = boolean | Record<string, true | {
projects: Record<string, true>;
}>;
export declare type AccessToServices = boolean | Record<string, true>;
{
"name": "clockodo",
"version": "21.10.2",
"version": "21.10.3",
"description": "Unofficial JavaScript/TypeScript SDK for Clockodo",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is too big to display