🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

trustwell-ui

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trustwell-ui

If you want to use the local version of the library in the catalog for development purposes, you can use npm link.

latest
npmnpm
Version
1.1.0
Version published
Weekly downloads
276
18.45%
Maintainers
2
Weekly downloads
 
Created
Source

Trustwell UI Library

Using the Library Locally

If you want to use the local version of the library in the catalog for development purposes, you can use npm link.

Linking

To create a symlink to your library in the global node_modules, navigate to your library's directory and run: npm link

Then, in the catalog's directory, use npm link trustwell-ui to link to the library:

Now, instead of using the library from npm registry, your catalog application will use your local version of the library.

Unlinking

If you want to remove the symlink, but keep the library as a dependency in your package.json, you can just unlink your library. navigate to your library's directory and run: npm unlink.

After unlinking, it's often a good idea to run npm install in your catalog directory again to ensure all dependencies are in the correct state.

FAQs

Package last updated on 11 Nov 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