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

@appland/components

Package Overview
Dependencies
Maintainers
0
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 4.43.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
168
decreased by-59.42%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 07 Jan 2025

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