Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

files-pipe

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-pipe - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

6

package.json
{
"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;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc