
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@superblocks-at/devtools
Advanced tools
Airtable block dev tools that include a global config editor and an api explorer
Airtable blocks dev tools - an npm package that can be added to any block and includes the following tools:
A GlobalConfig editor - so you can view AND edit global config in development mode AND in release mode.
A blocks api explorer - with support for viewing the property values of the following models, exactly as you get them from the api:
In your custom block folder:
npm install @superblocks-at/devtools --save
import React from "react";
import { initializeBlock } from "@airtable/blocks/ui";
import { Devtools } from "@superblocks-at/devtools";
function BlockWithDevtools {
// Wrap Devtools around your block code or put it wherever you want in your main component.
// It will just work.
return <Devtools>
<MyBlock/>
</Devtools>;
// Another way of using Devtools
// return <>
// <Devtools/>
// <MyBlock/>
// </>;
}
initializeBlock(() => <BlockWithDevtools />);
To open and close devtools, press 'ddd' quick 3 times.
import { Devtools, Position} from "@superblocks-at/devtools";
<Devtools
shortcutKey="d",
timeout={500},
position ={Position.bottom},
overlap={100}
/>
Prop name | Description | Default value |
---|---|---|
shortcutKey | The key to press 3 times to open/close devtools | "d" |
timeout | The max period between keystrokes in milliseconds before keystroke count is reset | 500 |
position | Where to display devtools: bottom, left, top or right | Position.bottom |
overlap | How much of the block width or height the devtools ui overlaps | 100 (percent) |
MIT
Are more than welcome. The goal is to have the community expand the package with additional tools that can increase the productivity of Airtable custom blocks developers. Some ideas that come to mind:
See the devtools-dev-env repo for instructions.
FAQs
Airtable block dev tools that include a global config editor and an api explorer
The npm package @superblocks-at/devtools receives a total of 6 weekly downloads. As such, @superblocks-at/devtools popularity was classified as not popular.
We found that @superblocks-at/devtools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.