Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@superblocks-at/devtools

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superblocks-at/devtools

Airtable block dev tools that include a global config editor and an api explorer

Source
npmnpm
Version
0.9.6
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

supertools

Airtable supertools

NPM JavaScript Style Guide

Install

npm install --save @superblocks-at/supertools

Usage

import React from "react";
import { initializeBlock } from "@airtable/blocks/ui";

import Supertools from "@superblocks-at/supertools";

export default function BlockWithSupertools {
    // Wrap supertools around your block code or put it wherever you want. It will just work.
    return <Supertools>
      <MyBlock/>
    </Supertools>;
}

initializeBlock(() => <BlockWithSupertools />);

FAQs

Package last updated on 13 Jul 2020

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