🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@loomhq/record-sdk-supported

Package Overview
Dependencies
Maintainers
64
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loomhq/record-sdk-supported

The Loom Software Development Kit.

2.21.4
latest
npm
Version published
Weekly downloads
9
12.5%
Maintainers
64
Weekly downloads
 
Created
Source

@loomhq/record-sdk-supported

A small utility package to verify the runtime env is compatible with the LoomSDK without requiring the full package.

Installation

npm install @loomhq/record-sdk-supported

Usage

import {isSupported} from '@loomhq/record-sdk-supported';

const {supported} = await isSupported();

if (supported) {
  // Load the full loomSDK
}

FAQs

Package last updated on 06 Dec 2021

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