npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

developer-tools-antd

v1.0.24

Published

The problem solved by this component: During the development and testing process, when the interface has problems such as request failure and unreasonable response data, it will seriously affect the development and testing process.

Readme

💖Foreword

The problem solved by this component: During the development and testing process, when the interface has problems such as request failure and unreasonable response data, it will seriously affect the development and testing process.

✨Notice

v0.x version corresponds to antd v3.x version

v1.x version corresponds to antd v4.x version

📦Install

yarn add developer-tools-antd
或
npm i developer-tools-antd

🔨Use

import { DeveloperTools } from 'developer-tools-antd'
const App = () => (
  <>
    <DeveloperTools />
  </>
);

💡Function

Interface information: Real-time monitoring of requests sent on the page, support for one-click copying of interface information.

Interface mock: Replaces the monitored request and takes effect the next time a request is sent.

Edit cookie: Support to modify the cookies of the current page.

💻updating

updated log:

2022-06-23 V1.0.12

🚩Optimize the display effect of input parameters and response parameters.

🚩Optimized mock interface display: the interface for enabling mock is placed at the top, and editing is disabled when mock is enabled.

🚩Intercept and prompt for requests whose 【result】 length in the response parameter is greater than 200.

🚩An exception is thrown when the cache is full.

🚩Added drag and drop operation: click on the top bar of the drawer to drag and drop.

🚧【cookie】Display editor: under development.

2022-06-23 V1.0.14 🔨 Fix bug when dragging

2022-06-24 v1.0.18 🔨 Optimization: Disable drawer header text

2022-07-27 v1.0.22 🔨 Add: Access [easy-mock]