check-disk-space
Advanced tools
Comparing version 3.0.1 to 3.1.0
{ | ||
"name": "check-disk-space", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Light multi-platform disk space checker without third party for Node.js", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"README.md" | ||
], | ||
"main": "./dist/check-disk-space.cjs.js", | ||
"module": "./dist/check-disk-space.es.js", | ||
"main": "./dist/check-disk-space.cjs", | ||
"module": "./dist/check-disk-space.mjs", | ||
"types": "./dist/check-disk-space.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/check-disk-space.es.js", | ||
"require": "./dist/check-disk-space.cjs.js" | ||
} | ||
"import": "./dist/check-disk-space.mjs", | ||
"require": "./dist/check-disk-space.cjs" | ||
}, | ||
@@ -17,0 +16,0 @@ "scripts": { |
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
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
17387