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

ahooks

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahooks - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0-beta.2

dist/index.d.ts

55

package.json
{
"name": "ahooks",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "1.0.0-beta.2",
"description": "react hooks library",
"keywords": [
"ahooks",
"umi hooks",
"react hooks"
],
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./lib/index.d.ts",
"authors": {
"name": "brickspert",
"email": "brickspert.fjl@alipay.com"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"repository": "https://github.com/ice-lab/ahooks",
"homepage": "https://github.com/ice-lab/ahooks",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"compile": "tsc --declarationDir lib && tsc --declarationDir es"
},
"author": "chenbin92",
"license": "MIT"
"files": [
"dist",
"lib",
"es",
"package.json"
],
"dependencies": {
"@ahooksjs/use-request": "^1.0.0-beta.2",
"intersection-observer": "^0.7.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^5.0.0"
},
"peerDependencies": {
"react": "^16.8.6"
},
"devDependencies": {
"@alifd/next": "^1.20.6",
"antd": "^3.26.6",
"react-drag-listview": "^0.1.6",
"umi-request": "^1.0.8"
},
"engines": {
"node": ">=8.0.0"
},
"license": "MIT",
"gitHead": "fc0ec6975a1ba444ce643213fed4edfe56ab6560"
}
index.js
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