Socket
Book a DemoInstallSign in
Socket

@osjs/client

Package Overview
Dependencies
Maintainers
1
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osjs/client

OS.js client

latest
Source
npmnpm
Version
3.10.0
Version published
Weekly downloads
119
36.78%
Maintainers
1
Weekly downloads
 
Created
Source

OS.js Logo

OS.js is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.

Test Coverage Maintainability

Support Support Donate Donate

OS.js 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

ESM, Webpack, 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 29 May 2023

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