🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@kdh/client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kdh/client

OS.js v3 client

latest
Source
npmnpm
Version
3.1.24
Version published
Maintainers
1
Created
Source

OS.js Logo

OS.js is an open-source desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.

Build Status Test Coverage Maintainability Support Back Sponsor Donate Donate Community

OS.js v3 Client Module

This is the main client core component of OS.js.

Contains base services, virtual filesystem, panels and other core services required for operation.

Usage

ES, Webpack, Node, etc.

import { Core /*, ... */ } from '@osjs/client';

UMD

<script src="https://cdn.jsdelivr.net/npm/@osjs/client/dist/main.js"></script>
const { Core /*, ... */ } = osjsClient;

Contribution

Documentation

See the Official Manuals for articles, tutorials and guides.

Keywords

osjs

FAQs

Package last updated on 07 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts