Socket
Socket
Sign inDemoInstall

@types/rimraf

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rimraf - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

rimraf/index.d.ts

@@ -15,4 +15,4 @@ // Type definitions for rimraf 3.0

declare function rimraf(path: string, options: rimraf.Options, callback: (error: Error) => void): void;
declare function rimraf(path: string, callback: (error: Error) => void): void;
declare function rimraf(path: string, options: rimraf.Options, callback: (error: Error | null | undefined) => void): void;
declare function rimraf(path: string, callback: (error: Error | null | undefined) => void): void;
declare namespace rimraf {

@@ -19,0 +19,0 @@ /**

{
"name": "@types/rimraf",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for rimraf",

@@ -46,4 +46,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rimraf",

},
"typesPublisherContentHash": "12decab888b61faaa2828c1ecd5cfb418ebc509cb72d953fb0df42a2f45eaa19",
"typesPublisherContentHash": "3238580a1df66f409b0b787b110a94980b95b5c7e04308fc9312d0cbdc484af7",
"typeScriptVersion": "3.6"
}

@@ -25,4 +25,4 @@ # Installation

declare function rimraf(path: string, options: rimraf.Options, callback: (error: Error) => void): void;
declare function rimraf(path: string, callback: (error: Error) => void): void;
declare function rimraf(path: string, options: rimraf.Options, callback: (error: Error | null | undefined) => void): void;
declare function rimraf(path: string, callback: (error: Error | null | undefined) => void): void;
declare namespace rimraf {

@@ -65,3 +65,3 @@ /**

### Additional Details
* Last updated: Wed, 07 Jul 2021 18:02:26 GMT
* Last updated: Wed, 18 Aug 2021 21:01:23 GMT
* Dependencies: [@types/glob](https://npmjs.com/package/@types/glob), [@types/node](https://npmjs.com/package/@types/node)

@@ -68,0 +68,0 @@ * Global values: none

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