Socket
Socket
Sign inDemoInstall

@itwin/manage-versions-react

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/manage-versions-react

Components that allow a user to manage Named Versions and Changesets.


Version published
Weekly downloads
668
decreased by-36.62%
Maintainers
0
Weekly downloads
 
Created
Source

@itwin/manage-versions-react

Description

Contains a component that allows a user to manage Named Versions and Changesets.

Install

npm install @itwin/manage-versions-react
yarn add @itwin/manage-versions-react

Use

import { ManageVersions } from "@itwin/manage-versions-react";

const App = () => (
  <ManageVersions
    accessToken="Bearer ..."
    imodelId="d667d711-a0ee-4843-957b-a8c3ed1caad2"
  />
);

Development

When making changes to the src, run rushx start in the dev folder to enable source watching and rebuild, so the storybook dev-server will have access to updated code on successful code compilation.

Changelog

See complete CHANGELOG here

FAQs

Package last updated on 11 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc