🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

premove

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

premove - npm Package Compare versions

Comparing version

to
3.0.1

sync/index.d.ts

12

index.d.ts

@@ -1,11 +0,1 @@

declare namespace premove {
type Options = { cwd: string };
}
declare module 'premove' {
export function premove(filepath: string, options?: Partial<premove.Options>): Promise<void> | false;
}
declare module 'premove/sync' {
export function premove(filepath: string, options?: Partial<premove.Options>): void | false;
}
export function premove(filepath: string, options?: { cwd?: string }): Promise<void> | false;
{
"name": "premove",
"version": "3.0.0",
"version": "3.0.1",
"repository": "lukeed/premove",

@@ -52,3 +52,3 @@ "description": "A tiny (202B to 249B) utility to remove items recursively",

"devDependencies": {
"bundt": "1.0.2",
"bundt": "1.1.0",
"esm": "3.2.25",

@@ -55,0 +55,0 @@ "mk-dirs": "2.1.0",