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

@ahooksjs/use-request

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahooksjs/use-request - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0

dist/ahooks-use-request.js

16

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

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

"types": "./lib/index.d.ts",
"unpkg": "dist/ahooks-use-request.js",
"files": [

@@ -17,6 +18,7 @@ "dist",

"type": "git",
"url": "git+https://github.com/ice-lab/ahooks.git"
"url": "git+https://github.com/alibaba/hooks.git"
},
"scripts": {
"compile": "tsc --declarationDir ./lib && tsc --declarationDir ./es"
"build:declaration": "tsc --declarationDir ./lib && tsc --declarationDir ./es && webpack-cli",
"build:umd": "webpack-cli"
},

@@ -28,5 +30,5 @@ "publishConfig": {

"bugs": {
"url": "https://github.com/ice-lab/ahooks/issues"
"url": "https://github.com/alibaba/hooks/issues"
},
"homepage": "https://github.com/ice-lab/ahooks",
"homepage": "https://github.com/alibaba/hooks",
"peerDependencies": {

@@ -40,7 +42,7 @@ "react": "^16.8.6"

"devDependencies": {
"ahooks": "^1.0.0-beta.2",
"ahooks": "^1.0.0",
"axios": "^0.19.2",
"umi-request": "^1.2.17"
},
"gitHead": "fc0ec6975a1ba444ce643213fed4edfe56ab6560"
"gitHead": "4ea8f5c04c06eff2a33b2be473a8f7460909bebb"
}
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