process-warning
Advanced tools
Comparing version 3.0.0 to 4.0.0
{ | ||
"name": "process-warning", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "A small utility for creating warnings and emitting them.", | ||
@@ -36,8 +36,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@fastify/pre-commit": "^2.1.0", | ||
"benchmark": "^2.1.4", | ||
"jest": "^29.0.1", | ||
"standard": "^17.0.0", | ||
"tap": "^16.3.0", | ||
"tsd": "^0.29.0" | ||
"jest": "^29.7.0", | ||
"standard": "^17.1.0", | ||
"tap": "^18.7.2", | ||
"tsd": "^0.31.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # process-warning | ||
_This module is used by the [Fastify](https://fastify.io) framework and it was called `fastify-warning` prior to version 1.0.0._ | ||
_This module is used by the [Fastify](https://fastify.dev) framework and it was called `fastify-warning` prior to version 1.0.0._ | ||
@@ -113,3 +113,3 @@ ### Install | ||
- by passing the `--no-warnings` flag to the node process | ||
- by setting 'no-warnings' in the `NODE_OPTIONS` environment variable | ||
- by setting '--no-warnings' in the `NODE_OPTIONS` environment variable | ||
@@ -116,0 +116,0 @@ For more information see [node's documentation](https://nodejs.org/api/cli.html). |
Sorry, the diff of this file is not supported yet
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
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
22081
1
6