Comparing version 0.0.1 to 1.0.0-beta.2
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
497357
436
6721
2
8
4
2
+ Addedintersection-observer@^0.7.0
+ Addedlodash.debounce@^4.0.8
+ Addedlodash.isequal@^4.5.0
+ Addedlodash.throttle@^4.1.1
+ Addedscreenfull@^5.0.0
+ Added@ahooksjs/use-request@1.0.1(transitive)
+ Addedintersection-observer@0.7.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlodash.debounce@4.0.8(transitive)
+ Addedlodash.isequal@4.5.0(transitive)
+ Addedlodash.throttle@4.1.1(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedresize-observer-polyfill@1.5.1(transitive)
+ Addedscreenfull@5.2.0(transitive)