New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-empty

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-empty - npm Package Compare versions

Comparing version 4.21.18 to 4.21.19

2

package.json
{
"name": "@uiw/react-empty",
"version": "4.21.18",
"version": "4.21.19",
"description": "Empty component",

@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>",

@@ -18,8 +18,9 @@ Empty 空状态

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```jsx
import ReactDOM from 'react-dom';
```jsx mdx:preview&bg=#fff
import React from 'react';
import { Empty, Button } from 'uiw';
ReactDOM.render(<Empty />, _mount_);
export default function Demo() {
return <Empty />
}
```

@@ -31,9 +32,8 @@

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```jsx
import ReactDOM from 'react-dom';
import { Empty, Icon } from 'uiw';
```jsx mdx:preview&bg=#fff
import React from 'react';
import { Empty, Button, Icon } from 'uiw';
const Demo = () => {
return(
export default function Demo() {
return (
<Empty

@@ -51,4 +51,2 @@ description={

}
ReactDOM.render(<Demo />, _mount_);
```

@@ -58,8 +56,9 @@

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true-->
```jsx
import ReactDOM from 'react-dom';
import { Empty, Button } from 'uiw';
```jsx mdx:preview&bg=#fff
import React from 'react';
import { Empty } from 'uiw';
ReactDOM.render(<Empty description={false} />, _mount_);
export default function Demo() {
return <Empty description={false} />
}
```

@@ -66,0 +65,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc