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

fast-folder-size

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-folder-size - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

sync.d.ts

2

package.json
{
"name": "fast-folder-size",
"version": "1.6.0",
"version": "1.6.1",
"description": "Node CLI or module to calculate folder size",

@@ -5,0 +5,0 @@ "main": "index.js",

import { ExecException, ChildProcess } from 'child_process'
import fastFolderSizeSync from './sync'

@@ -10,5 +9,1 @@ declare function fastFolderSize(

export = fastFolderSize
declare module 'fast-folder-size/sync' {
export = fastFolderSizeSync
}
import { expectType } from 'tsd'
import { ExecException, ChildProcess } from 'child_process'
import fastFolderSize from '.'
import fastFolderSizeSync from './sync'
import fastFolderSizeSync from '../sync'

@@ -6,0 +6,0 @@ expectType<ChildProcess>(

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