Socket
Book a DemoInstallSign in
Socket

@strong-roots-capital/branded-record

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strong-roots-capital/branded-record

Interface for Record paired with RecordContext

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
2
Created
Source

branded-record Build status npm version

Interface for Record paired with RecordContext

Install

npm install @strong-roots-capital/branded-record

Use

import BrandedRecord from '@strong-roots-capital/branded-record'

The BrandedRecord interface is defined as

/**
 * A time-series Record associated with the context of its origin.
 */
interface BrandedRecord {
    /**
     * An atomic unit of time-series data.
     */
    record: Record
    /**
     * Context of `record`
     */
    context: RecordContext
}

Keywords

time-series

FAQs

Package last updated on 30 Mar 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