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

@odit/lfk-client-js

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odit/lfk-client-js - npm Package Compare versions

Comparing version 0.0.12 to 0.1.0

2

dist/core/OpenAPI.js

@@ -6,3 +6,3 @@ "use strict";

BASE: '',
VERSION: '0.0.12',
VERSION: '0.1.0',
WITH_CREDENTIALS: false,

@@ -9,0 +9,0 @@ TOKEN: undefined,

export declare type UpdatePermission = {
id: number;
principal: any;
principal: number;
target: string;
action: string;
};
export declare type UpdateRunner = {
id: number;
group: any;
group: number;
firstname: string;

@@ -5,0 +5,0 @@ middlename?: string;

export declare type UpdateRunnerTeam = {
id: number;
parentGroup: any;
parentGroup: number;
name: string;
contact?: number;
};
export declare type UpdateTrackScan = {
id: number;
runner?: number;
runner: number;
valid?: boolean;
station?: number;
station: number;
};
{
"name": "@odit/lfk-client-js",
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
"version": "0.0.12",
"version": "0.1.0",
"license": "CC-BY-NC-SA-4.0",

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

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