Comparing version 2.0.0 to 3.0.0
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2019-2020, Project contributors | ||
Copyright (c) 2019-2022, Project contributors | ||
All rights reserved. | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@hapi/file", | ||
"description": "General purpose file utilities", | ||
"version": "2.0.0", | ||
"repository": "git://github.com/hapijs/file", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"keywords": [ | ||
"utilities", | ||
"file" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@hapi/code": "8.x.x", | ||
"@hapi/lab": "22.x.x" | ||
}, | ||
"scripts": { | ||
"test": "lab -a @hapi/code -t 100 -L -Y", | ||
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html" | ||
}, | ||
"license": "BSD-3-Clause" | ||
"name": "@hapi/file", | ||
"description": "General purpose file utilities", | ||
"version": "3.0.0", | ||
"repository": "git://github.com/hapijs/file", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"keywords": [ | ||
"utilities", | ||
"file" | ||
], | ||
"eslintConfig": { | ||
"extends": [ | ||
"plugin:@hapi/module" | ||
] | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@hapi/code": "^9.0.0", | ||
"@hapi/eslint-plugin": "*", | ||
"@hapi/lab": "^25.0.1", | ||
"@types/node": "^17.0.36", | ||
"typescript": "~4.7.2" | ||
}, | ||
"scripts": { | ||
"test": "lab -a @hapi/code -t 100 -L -Y", | ||
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html" | ||
}, | ||
"license": "BSD-3-Clause" | ||
} |
@@ -0,3 +1,17 @@ | ||
<a href="https://hapi.dev"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a> | ||
# @hapi/file | ||
General purpose file utilities. | ||
#### General purpose file utilities. | ||
**file** is part of the **hapi** ecosystem and was designed to work seamlessly with the [hapi web framework](https://hapi.dev) and its other components (but works great on its own or with other frameworks). If you are using a different web framework and find this module useful, check out [hapi](https://hapi.dev) – they work even better together. | ||
### Visit the [hapi.dev](https://hapi.dev) Developer Portal for tutorials, documentation, and support | ||
## Useful resources | ||
- [Documentation and API](https://hapi.dev/family/file/) | ||
- [Versions status](https://hapi.dev/resources/status/#file) (builds, dependencies, node versions, licenses, eol) | ||
- [Changelog](https://hapi.dev/family/file/changelog/) | ||
- [Project policies](https://hapi.dev/policies/) | ||
- [Free and commercial support options](https://hapi.dev/support/) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
3955
18
5
1