Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pantherx.dev/common

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pantherx.dev/common

Commonly used snippets

npmnpm
Version
0.7.36
Version published
Weekly downloads
298
727.78%
Maintainers
1
Weekly downloads
 
Created
Source

(NEW) Central Management Library

npm version

This library contains shared classes, interfaces and other non-platform specific functions. Even though the library is public, we do not provide support, or assurance for this to work now, or continue to work in the future.

So: This likely won't be useful to you unless you are working with us, or with / on one of our products.

Usage

Install with

npm i --save @pantherx.dev/common

and use like this:

import {
  UserMaster,
  USER_ROLES_MASTER
  IdentityServerUserLog
} from "@pantherx.dev/common"

Important

This library is constantly changing. Ensure that you fix this dependency to an exact version, or narrow version range:

"dependencies": {
  "@pantherx.dev/common": "0.0.1",
}

FAQs

Package last updated on 29 Sep 2022

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