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

@thebeyondgroup/brand

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thebeyondgroup/brand

The Beyond Group developer tools console branding.

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
3
Created
Source

Brand

The Beyond Group Branding that is shown in the console in the browser developer tools.

Usage

  • Install yarn add @thebeyondgroup/brand
  • Import import logBeyondBrand from '@thebeyondgroup/brand'
  • Use logBeyondBrand()
//main.js
import logBeyondBrand from "@thebeyondgroup/brand";

logBeyondBrand();

Screenshot

Publish

In order to publish this package you must have an NPM account associated with @thebeyondgroup organization. Once you have the correct account follow the steps blow.

  • Build /dist files using yarn build
  • Change version in package.json to the version you want to publish & save or use npm version
  • Run npm publish, which should prompt you to login to your NPM account (the one referred to above). Once you have done, that NPM will publish that package on the NPM registry.
  • Commit the new version

FAQs

Package last updated on 31 Jul 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