New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bcros-trial

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

bcros-trial

This setup uses vite lit-ts

unpublished
latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Feedback Components

This setup uses vite lit-ts

Installation

npm i 

Usage

<script type="module">
  import 'bcros-rating/bcros-rating.js';
</script>

<bcros-rating></bcros-rating>

Linting and formatting

To scan the project for linting and formatting errors, run

  • not setup
npm run lint

To automatically fix linting and formatting errors, run

  • not setup
npm run format

Testing with Cypress

THIS IS ONLY WORKING WITH VITE 4.1.0

looks like vite removed 'incremental' in the latest update (4.2.1)

and this breaks the current cypress setup

To open component test runner in electron

npm run test

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with vite

npm run dev

To run a local development server that serves the basic demo located in index.html

FAQs

Package last updated on 26 Oct 2023

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