Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@itwin/core-frontend

Package Overview
Dependencies
Maintainers
5
Versions
981
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/core-frontend

iTwin.js frontend components

  • 4.10.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

@itwin/core-frontend

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

Description

The @itwin/core-frontend package contains the frontend (specific to running in a web browser) classes for querying, visualizing, and interacting with iModels.

Documentation

See the iTwin.js documentation for more information.

Source code layout

The source code is laid out according to the following top-level directory structure:

  • src/common/ contains code that is safe to use in a Worker and on the main thread. Code within this directory must not import files outside of src/common/, and must also avoid taking dependencies on APIs that are only usable on the main thread (e.g., the DOM APIs) or only usable on Workers (e.g., importScripts).
  • src/workers/ contains code that can only be used in Workers, along with specific Worker scripts delivered with the @itwin/core-frontend package. Code within this directory may import files from src/common/.
  • All other files in src/ - excluding the two subdirectories listed above - contain code that can only be used on the main thread. They can import from src/common/, but not from src/workers/.

Keywords

FAQs

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