licenses.dev

@salesforce/plugin-user v3.6.4

Commands to interact with Users and Permission Sets

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

MIT219
PackageRelationDependenciesPublished
@alcalzone/ansi-tokenize • 0.1.3Efficiently modify strings containing ANSI escape codesINDIRECT2
@inquirer/confirm • 3.2.0Inquirer confirm promptINDIRECT23
@inquirer/core • 9.2.1Core Inquirer prompt APIINDIRECT21
@inquirer/figures • 1.0.9Vendored version of figures, for CJS compatibilityINDIRECT0
@inquirer/password • 2.2.0Inquirer password promptINDIRECT23
@inquirer/type • 1.5.5Inquirer core TS typesINDIRECT1
@inquirer/type • 2.0.0Inquirer core TS typesINDIRECT1
@jsforce/jsforce-node • 3.6.3Salesforce API Library for JavaScriptINDIRECT39
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@oclif/core • 4.2.3base library for oclif CLIsINDIRECT64
@oclif/table • 0.4.0Display table in terminalINDIRECT112
@sindresorhus/is • 4.6.0Type check valuesINDIRECT0
@types/mute-stream • 0.0.4TypeScript definitions for mute-streamINDIRECT2
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/prop-types • 15.7.14TypeScript definitions for prop-typesINDIRECT0
@types/react • 18.3.18TypeScript definitions for reactINDIRECT2
@types/wrap-ansi • 3.0.0TypeScript definitions for wrap-ansiINDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-escapes • 5.0.0ANSI escape codes for manipulating the terminalINDIRECT1
ansi-escapes • 7.0.0ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.1.0Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 6.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
atomic-sleep • 1.0.0Zero CPU overhead, zero dependency, true event-loop blocking sleepINDIRECT0
auto-bind • 5.0.1Automatically bind methods to their class instanceINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
base64url • 3.0.1For encoding to/from base64urlsINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
capital-case • 1.0.4Transform into a space separated string with each word capitalizedINDIRECT4
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chalk • 5.4.1Terminal string styling done rightINDIRECT0
change-case • 4.1.2Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and othersINDIRECT15
change-case • 5.4.4Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and othersINDIRECT0
clean-stack • 3.0.1Clean up error stack tracesINDIRECT1
cli-boxes • 3.0.0Boxes for use in the terminalINDIRECT0
cli-cursor • 4.0.0Toggle the CLI cursorINDIRECT4
cli-progress • 3.12.0easy to use progress-bar for command-line/terminal applicationsINDIRECT5
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
cli-truncate • 4.0.0Truncate a string to a specific width in the terminalINDIRECT8
code-excerpt • 4.0.0Extract code excerptsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colorette • 2.0.20🌈Easily set your terminal text color & styles.INDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
constant-case • 3.0.4Transform into upper case string with an underscore between wordsINDIRECT4
convert-to-spaces • 2.0.1Convert tabs to spaces in a stringINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
csprng • 0.1.2Secure random numbers of any size in any baseINDIRECT1
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
csv-parse • 5.6.0CSV parsing implementing the Node.js `stream.Transform` APIINDIRECT0
csv-stringify • 6.5.2CSV stringifier implementing the Node.js `stream.Transform` APIINDIRECT0
dateformat • 4.6.3A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dot-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
emoji-regex • 10.4.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
environment • 1.1.0Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etcINDIRECT0
es-toolkit • 1.31.0A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.INDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
fast-copy • 3.0.2A blazing fast deep object copierINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fast-levenshtein • 3.0.0Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT1
fast-redact • 3.5.0very fast object redactionINDIRECT0
fast-safe-stringify • 2.1.1Safely and quickly serialize JavaScript objectsINDIRECT0
fastest-levenshtein • 1.0.16Fastest Levenshtein distance implementation in JS.INDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
form-data • 4.0.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
get-east-asian-width • 1.3.0Determine the East Asian Width of a Unicode characterINDIRECT0
get-package-type • 0.1.0Determine the `package.json#type` which applies to a locationINDIRECT0
globby • 11.1.0User-friendly glob matchingINDIRECT23
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
header-case • 2.0.4Transform into a dash separated string of capitalized wordsINDIRECT5
help-me • 5.0.0Help command for node, partner of minimist and commistINDIRECT0
http-parser-js • 0.5.9A pure JS HTTP parser for node.INDIRECT0
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
immediate • 3.0.6A cross browser microtask libraryINDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
indent-string • 5.0.0Indent each line in a stringINDIRECT0
ink • 5.1.0React for CLIINDIRECT39
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 4.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 5.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-in-ci • 1.0.0Check if the process is running in a Continuous Integration (CI) environmentINDIRECT0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
joycon • 3.1.1Load config with ease.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonwebtoken • 9.0.2JSON Web Token implementation (symmetric and asymmetric)INDIRECT14
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
lie • 3.3.0A basic but performant promise implementationINDIRECT1
lilconfig • 3.1.3A zero-dependency alternative to cosmiconfigINDIRECT0
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multistream • 3.1.0A stream that emits multiple other streams one after another (streams3)INDIRECT5
natural-orderby • 3.0.2Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.INDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
object-hash • 3.0.0Generate hashes from javascript objects in node and the browser.INDIRECT0
on-exit-leak-free • 2.1.2Execute a function on exit without leaking memory, allowing all objects to be garbage collectedINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
param-case • 3.0.4Transform into a lower cased string with dashes between wordsINDIRECT4
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
patch-console • 2.0.0Patch console methods to intercept outputINDIRECT0
path-case • 3.0.4Transform into a lower case string with slashes between wordsINDIRECT4
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
pino-abstract-transport • 1.2.0Write Pino transports easilyINDIRECT11
pino-abstract-transport • 2.0.0Write Pino transports easilyINDIRECT1
pino-pretty • 11.3.0Prettifier for Pino log linesINDIRECT28
pino-std-serializers • 7.0.0A collection of standard object serializers for PinoINDIRECT0
pino • 9.6.0super fast, all natural json loggerINDIRECT12
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process-warning • 4.0.1A small utility for creating warnings and emitting them.INDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
proper-lockfile • 4.1.2A inter-process and inter-machine lockfile utility that works on a local or network file systemINDIRECT3
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
quick-format-unescaped • 4.0.4Solves a problem with util.formatINDIRECT0
react-reconciler • 0.29.2React package for creating custom renderers.INDIRECT3
react • 18.3.1React is a JavaScript library for building user interfaces.INDIRECT2
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readable-stream • 4.7.0Node.js Streams, a user-land copy of the stream library from Node.jsINDIRECT9
real-require • 0.2.0Keep require and import consistent after bundling or transpilingINDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
restore-cursor • 4.0.0Gracefully restore the CLI cursor on exitINDIRECT3
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-stable-stringify • 2.5.0Deterministic and safely JSON.stringify to quickly serialize JavaScript objectsINDIRECT0
scheduler • 0.23.2Cooperative scheduler for the browser environment.INDIRECT2
sentence-case • 3.0.4Transform into a lower case with spaces between words, then capitalize the stringINDIRECT4
sequin • 0.1.1Generate uniformly distributed ints in any base from a bit sequenceINDIRECT0
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slice-ansi • 5.0.0Slice a string with ANSI escape codesINDIRECT2
slice-ansi • 7.1.0Slice a string with ANSI escape codesINDIRECT3
snake-case • 3.0.4Transform into a lower case string with underscores between wordsINDIRECT4
sonic-boom • 4.2.0Extremely fast utf8 only stream implementationINDIRECT1
stack-utils • 2.0.6Captures and cleans stack tracesINDIRECT1
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 7.2.0Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 7.1.0Strip ANSI escape codes from a stringINDIRECT1
strip-json-comments • 3.1.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
supports-hyperlinks • 2.3.0Detect if your terminal emulator supports hyperlinksINDIRECT2
terminal-link • 3.0.0Create clickable links in the terminalINDIRECT5
thread-stream • 3.1.0A streaming way to send data to a Node.js Worker ThreadINDIRECT1
tldts-core • 6.1.71tldts core primitives (internal module)INDIRECT0
tldts • 6.1.71Library to work against complex domain names, subdomains and URIs.INDIRECT1
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
ts-retry-promise • 0.8.1retry for functions returning a promiseINDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
upper-case-first • 2.0.2Transforms the string with the first character in upper casedINDIRECT1
upper-case • 2.0.2Transforms the string to upper caseINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
widest-line • 3.1.0Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT5
widest-line • 5.0.0Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT5
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 9.0.0Wordwrap a string with ANSI escape codesINDIRECT6
ws • 8.18.0Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xml2js • 0.6.2Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
yoctocolors-cjs • 2.1.2CommonJS version - The smallest and fastest command-line coloring package on the internetINDIRECT0
yoga-wasm-web • 0.3.3INDIRECT0
ISC18
PackageRelationDependenciesPublished
@salesforce/schemas • 1.9.0This repository contains the spec and schema for the Scratch Org Definition Configuration file and `sfdx-project.json` file.INDIRECT0
ansis • 3.9.0ANSI colors in terminal outputINDIRECT0
cli-width • 4.1.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
fastq • 1.18.0Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
minimatch • 9.0.5a glob matcher in javascriptINDIRECT2
mute-stream • 1.0.0Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
split2 • 4.2.0split a Text Stream into a Line Stream, using Stream 3INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Apache-2.011
PackageRelationDependenciesPublished
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
ejs • 3.1.10Embedded JavaScript templatesINDIRECT15
faye-websocket • 0.11.4Standards-compliant WebSocket server and clientINDIRECT4
faye • 1.4.0Simple pub/sub messaging for the webINDIRECT12
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
jake • 10.9.2JavaScript build tool, similar to Make or RakeINDIRECT14
js2xmlparser • 4.0.2Parses JavaScript objects into XMLINDIRECT1
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
websocket-driver • 0.7.4WebSocket protocol handler with pluggable I/OINDIRECT3
websocket-extensions • 0.1.4Generic extension manager for WebSocket connectionsINDIRECT0
xmlcreate • 2.0.4Simple XML builder for Node.jsINDIRECT0
BSD-3-Clause9
PackageRelationDependenciesPublished
@salesforce/core • 8.8.0Core libraries to interact with SFDX projects, orgs, and APIs.DIRECT133
@salesforce/kit • 3.2.3Commonly needed utilities for TypeScript and JavaScriptDIRECT1
@salesforce/sf-plugins-core • 12.1.2Utils for writing Salesforce CLI pluginsDIRECT263
@salesforce/ts-types • 2.0.12Types and related utilities for TypeScriptDIRECT0
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
fast-uri • 3.0.5Dependency-free RFC 3986 URI toolboxINDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
secure-json-parse • 2.7.0JSON parse with prototype poisoning protectionINDIRECT0
tough-cookie • 5.1.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
CC0-1.0 OR MIT3
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 1.4.0A collection of essential TypeScript typesINDIRECT0
type-fest • 4.32.0A collection of essential TypeScript typesINDIRECT0
GPL-3.0-or-later OR MIT1
PackageRelationDependenciesPublished
jszip • 3.10.1Create, read and edit .zip files with JavaScript http://stuartk.com/jszipINDIRECT12
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40salesforce%2Fplugin-user)](https://licenses.dev/npm/%40salesforce%2Fplugin-user)
<a href="https://licenses.dev/npm/%40salesforce%2Fplugin-user">
  <img src="https://licenses.dev/b/npm/%40salesforce%2Fplugin-user" alt="licenses" />
</a>

Or the licenses badge code for the 3.6.4 version:

[![licenses](https://licenses.dev/b/npm/%40salesforce%2Fplugin-user/3.6.4)](https://licenses.dev/npm/%40salesforce%2Fplugin-user/3.6.4)
<a href="https://licenses.dev/npm/%40salesforce%2Fplugin-user/3.6.4">
  <img src="https://licenses.dev/b/npm/%40salesforce%2Fplugin-user/3.6.4" alt="licenses" />
</a>
GitHub