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

@umijs/use-request

Package Overview
Dependencies
Maintainers
14
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.4.3 to 1.4.4-beta

dist/umi-hooks-use-request.js

7

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

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

"scripts": {
"compile": "tsc --declarationDir ./lib && tsc --declarationDir ./es"
"build:declaration": "tsc --declarationDir lib && tsc --declarationDir es",
"build:umd": "webpack-cli"
},

@@ -39,3 +40,3 @@ "publishConfig": {

"devDependencies": {
"@umijs/hooks": "^1.9.3",
"@umijs/hooks": "^1.9.4-beta",
"axios": "^0.19.2"

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