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

blip-microfront-communicator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blip-microfront-communicator

This project was designed to carry out communication between microfrontends and microfrontend consumers through the Blip projects

  • 1.6.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

Introduction

This project was designed to carry out communication between microfrontends and microfrontend consumers through the Blip projects

Project Stack

  • Main framework: Node v16.17.1;
  • Language: Typescript;
  • Commit hooks: Take;

Development and Usage

  1. Clone this repo;
  2. Link project with npm link
  3. Install dependencie in consumer project with npm install microfront-communicator

Tests

Use the sufix *.spec.ts when writing unit test suites and *.test.ts when writing integration tests. Doing this, you'll be able to run then with separate scripts, such as:

  • npm run test:unit -> for unit tests
  • npm run test:unit -> for integration tests
  • npm run test:verbose -> for all tests, not suppressing logs
  • npm run test:coverage -> for all tests, with coverage report (available on /coverage/Icov-report/index.html)
  • npm run lint -> lint analyze

FAQs

Package last updated on 20 Sep 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

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