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

@superblocks-at/supertools

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superblocks-at/supertools

Airtable supertools

Source
npmnpm
Version
0.9.3
Version published
Maintainers
1
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 />);

License

MIT © Superblocks.at

FAQs

Package last updated on 22 Jun 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