files-pipe
Advanced tools
Comparing version 2.1.9 to 2.1.10
{ | ||
"name": "files-pipe", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"private": false, | ||
@@ -33,3 +33,3 @@ "description": "🧪 Files processing with JavaScript.", | ||
"dependencies": { | ||
"@types/node": "20.11.23", | ||
"@types/node": "20.11.25", | ||
"deepmerge-ts": "5.1.0", | ||
@@ -39,3 +39,3 @@ "fast-glob": "3.3.2" | ||
"devDependencies": { | ||
"typescript-esbuild": "0.3.10" | ||
"typescript-esbuild": "0.3.11" | ||
}, | ||
@@ -42,0 +42,0 @@ "publishConfig": { |
@@ -1,1 +0,1 @@ | ||
var a=async(...[e,t=2])=>{if(e===0)return"0 Bytes";const r=Math.floor(Math.log(e)/Math.log(o));return`${Number.parseFloat((e/o**r).toFixed(t<0?0:t))} ${["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"][r]}`};const o=1024;export{o as Kilobyte,a as default}; | ||
var a=(...[e,t=2])=>{if(e===0)return"0 Bytes";const r=Math.floor(Math.log(e)/Math.log(o));return`${Number.parseFloat((e/o**r).toFixed(t<0?0:t))} ${["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"][r]}`};const o=1024;export{o as Kilobyte,a as default}; |
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
(Bytes: number, Decimals?: number): Promise<string>; | ||
(Bytes: number, Decimals?: number): string; | ||
} |
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
26078
+ Added@types/node@20.11.25(transitive)
- Removed@types/node@20.11.23(transitive)
Updated@types/node@20.11.25