New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/isolator

Package Overview
Dependencies
Maintainers
16
Versions
1641
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/isolator

The component isolator manages networks of capsules, which are isolated component environments.

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
decreased by-41.5%
Maintainers
16
Weekly downloads
 
Created
Source

Isolator

The component isolator manages networks of capsules, which are isolated component environments.

Entities

Capsule

Bit implements a filesystem capsule, which is an isolated folder containing the component files. Capsules include the component files and links to other capsules that include the component's dependencies.

Network

A network is a group of capsules, related to one another by their dependencies. A network includes a graph of all seed components given to it, as well as a list of the capsules.

Example:

const Network = {
  graph: Graph,
  capsules: CapsuleList
}

API

The exact particularities of this API are beyond the scope of this readme. Instead, this document opts to provide a general description of the methods of this API and their purpose.

Isolator.isolateComponents

This method receives a list of components, create capsule for the components and write the components data into the capsule. It returns a list of capsules.

FAQs

Package last updated on 26 Aug 2020

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