@ahooksjs/use-request
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0
{ | ||
"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" | ||
} |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
135841
1
1
62
2429
6