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

@groupby/elements-sayt-plugin

Package Overview
Dependencies
Maintainers
11
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groupby/elements-sayt-plugin

This package contains the GB Elements SAYT Plugin class.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
11
Created
Source

GroupBy Elements SAYT Plugin

This package contains the GB Elements SAYT Plugin class.

Usage

To use the plugin, simply instantiate it and register it with Core:

const saytPlugin = new SaytPlugin(/* options */);
core.register(saytPlugin);

The plugin registers an instance of the Sayt client with Core.

The SaytPlugin constructor can accept options to configure the exposed Sayt client. See the SaytConfig interface for available options.

FAQs

Package last updated on 20 Dec 2019

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