Socket
Socket
Sign inDemoInstall

@types/rimraf

Package Overview
Dependencies
2
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

5

rimraf/index.d.ts
// Type definitions for rimraf 2.0
// Project: https://github.com/isaacs/rimraf
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>, e-cloud <https://github.com/e-cloud>
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>
// e-cloud <https://github.com/e-cloud>
// Ruben Schmidmeister <https://github.com/bash>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -16,2 +18,3 @@

declare namespace rimraf {
function __promisify__(path: string, options?: rimraf.Options): Promise<void>;
function sync(path: string, options?: rimraf.Options): void;

@@ -18,0 +21,0 @@ let EMFILE_MAX: number;

8

rimraf/package.json
{
"name": "@types/rimraf",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for rimraf",

@@ -14,2 +14,6 @@ "license": "MIT",

"url": "https://github.com/e-cloud"
},
{
"name": "Ruben Schmidmeister",
"url": "https://github.com/bash"
}

@@ -28,4 +32,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "3ebb41c22ce7d03b12e0b04faadc3dfb58e1686f00bf99ff047738794bbf352d",
"typesPublisherContentHash": "e258655858ae73d5d02b639713f791f481ff2b8307f75680b103488a0c92868c",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 09 Aug 2017 17:37:36 GMT
* Last updated: Tue, 15 Aug 2017 18:11:20 GMT
* Dependencies: glob, fs, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, e-cloud <https://github.com/e-cloud>.
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, e-cloud <https://github.com/e-cloud>, Ruben Schmidmeister <https://github.com/bash>.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc