Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@umijs/use-request

Package Overview
Dependencies
Maintainers
13
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umijs/use-request - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

dist/antdTypes.d.ts

@@ -18,3 +18,2 @@ /// <reference types="react" />

showTotal?: (total: number, range: [number, number]) => React.ReactNode;
size?: string;
simple?: boolean;

@@ -29,3 +28,2 @@ style?: React.CSSProperties;

showLessItems?: boolean;
position?: 'top' | 'bottom' | 'both';
[key: string]: any;

@@ -32,0 +30,0 @@ }

@@ -18,3 +18,2 @@ /// <reference types="react" />

showTotal?: (total: number, range: [number, number]) => React.ReactNode;
size?: string;
simple?: boolean;

@@ -29,3 +28,2 @@ style?: React.CSSProperties;

showLessItems?: boolean;
position?: 'top' | 'bottom' | 'both';
[key: string]: any;

@@ -32,0 +30,0 @@ }

@@ -18,3 +18,2 @@ /// <reference types="react" />

showTotal?: (total: number, range: [number, number]) => React.ReactNode;
size?: string;
simple?: boolean;

@@ -29,3 +28,2 @@ style?: React.CSSProperties;

showLessItems?: boolean;
position?: 'top' | 'bottom' | 'both';
[key: string]: any;

@@ -32,0 +30,0 @@ }

4

package.json
{
"name": "@umijs/use-request",
"version": "1.3.0",
"version": "1.3.1",
"description": "React Hooks for fetching, caching and updating asynchronous data",

@@ -38,3 +38,3 @@ "main": "./lib/index.js",

"devDependencies": {
"@umijs/hooks": "^1.8.0",
"@umijs/hooks": "^1.8.1",
"axios": "^0.19.2"

@@ -41,0 +41,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