🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@inkeep/widgets

Package Overview
Dependencies
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inkeep/widgets

A React component library for use with Inkeep, Inc.'s search and chat service.

Source
npmnpm
Version
0.2.143
Version published
Maintainers
3
Created
Source

widgets

A React component library for use with Inkeep, Inc.'s search and chat service.

Prerequisites

  • You must be added to the npm @inkeep organization to access the library at https://www.npmjs.com/package/@inkeep/widgets
  • To use the package in a production environment with a CI/CD workflow, you need to generate an access token in npm following the instructions at https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow/

Installation

  • Make sure you are using a terminal context that has an authenticated npm user with access to the @inkeep organization.
  • Install the package:
    • Using yarn: yarn add @inkeep/widgets
    • Using npm: npm install @inkeep/widgets
  • Install the peer dependencies of the package in your project:
    • Using the install-peerdeps package with yarn: install-peerdeps @inkeep/widgets --only-peers -Y
    • Manually with yarn: Check the peerDependencies section of the package.json file and install each dependency using yarn add <dependency>
    • Manually with npm: Check the peerDependencies section of the package.json file and install each dependency using npm install <dependency>

Usage

Ask for access to the widget library documentation.

License

This project is licensed under the Inkeep, Inc. Customer License (IICL) v1.0. The terms and conditions of the IICL apply to all users who are Inkeep, Inc. customers. Users can modify and extend the software as they wish, but only as long as they are Inkeep, Inc. customers. For more details, see the LICENSE file in the project root.

FAQs

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