
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
antd-form-devtools
Advanced tools
A Powerfull DevTools to help debug Ant Design Forms.
npm install antd-form-devtools -D
import React from 'react';
import { Button, Form, Input, InputNumber } from 'antd';
import { DevTool } from 'antd-form-devtools';
const App = () => {
return (
<>
<Form name="userinfo" onFinish={console.log}>
<Form.Item label="Username" name="username">
<Input />
</Form.Item>
<Form.Item label="Age" name="age">
<InputNumber min="0" max="100" />
</Form.Item>
<Form.Item>
<Button type="primary" htmlType="submit">
Submit
</Button>
</Form.Item>
+ <DevTool />
</Form>
</>
);
};
export default App;
https://antd-form-devtools.vercel.app
git clone https://github.com/justjavac/antd-form-devtools.git
cd example
yarn dev
antd-form-devtools is released under the MIT License. See the LICENSE file in the project root directory for details.
♥️ The inspiration for this project comes from react-hook-form/devtools.
FAQs
Ant Design Form dev tool to help debugging forms
The npm package antd-form-devtools receives a total of 77 weekly downloads. As such, antd-form-devtools popularity was classified as not popular.
We found that antd-form-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's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.