🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More
Socket
Book a DemoInstallSign in
Socket

@microsoft/windows-admin-center-sdk

Package Overview
Dependencies
Maintainers
0
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/windows-admin-center-sdk

Microsoft - Windows Admin Center Shell

test
latest
experimental
npmnpm
Version
5.0.0
Version published
Weekly downloads
26
-16.13%
Maintainers
0
Weekly downloads
 
Created
Source

Windows Admin Center SDK

JavaScript library for creating extensions to the Windows Admin Center ecosystem

Get Windows Admin Center

You can download and install Windows Admin Center here.

Examples and Documentation

While this package is not yet open source, examples for using this package can be found in our github repository

Installation

npm install --save <package name>

SDK Libraries

This SDK includes 2 libraries.

/core

This is a pure JavaScript solution that handles most of the interaction logic from your extension to the rest of the product. If you dont want to use angular, then this is the only required part of the SDK.

To import the core libary in typescript:

import { a, b, c } from '<package name>/core'

/angular

This is an Angular library of common components and services that will help you get off the ground quickly using Angular.

To import the angular libary in typescript:

import { a, b, c } from '<package name>/angular'

Keywords

microsoft

FAQs

Package last updated on 05 Mar 2025

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