Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 3.0.0 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",

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