Socket
Socket
Sign inDemoInstall

@appland/components

Package Overview
Dependencies
19
Maintainers
4
Versions
243
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @appland/components

This repository bundles together AppMap models and Vue components in a single dependency.


Version published
Weekly downloads
242
decreased by-40.54%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

appmap-js

This repository bundles together AppMap models and Vue components in a single dependency.

Project setup

yarn install

Development

Development is typically done while running Storybook.

yarn run storybook

Committing

Commits must be made according to the Conventional Commits specification to facilitate automated releases.

Bundling

Bundles are output to the dist directory.

yarn run build

Testing

New features and fixes should always have test coverage.

Unit tests

Unit testing is performed with Jest and JSDom.

To run unit tests:

yarn run test:unit

End-to-end tests

End-to-end testing is performed with Cypress. To open the Cypress frontend, run:

yarn run test:e2e

Otherwise, Cypress can be run in headless mode by providing the --headless flag.

yarn run test:e2e -- --headless

TravisCI

Travis will run the entire test suite in headless mode via:

yarn run test

This command will also be run as a pre-push hook to ensure that tests are passing before pushing. To skip this step, use the --no-verify flag:

git push origin my-branch --no-verify

FAQs

Last updated on 15 May 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc