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

@types/require-dir

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/require-dir - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

12

require-dir/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for require-dir 0.3
// Type definitions for require-dir 1.0
// Project: https://github.com/aseemk/requireDir

@@ -6,4 +6,12 @@ // Definitions by: weekens <https://github.com/weekens>

declare function requireDir(directory: string): { [path: string]: any };
interface options {
recurse?: boolean;
duplicates?: boolean;
filter?: any;
mapKey?: any;
mapValue?: any;
}
declare function requireDir(directory: string, options?: options): { [path: string]: any };
export = requireDir;

6

require-dir/package.json
{
"name": "@types/require-dir",
"version": "0.3.0",
"version": "1.0.0",
"description": "TypeScript definitions for require-dir",

@@ -16,8 +16,8 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "2d099667bc9f4a76657f0cc91e0fc54630ecb811802491228849159d29c18159",
"typesPublisherContentHash": "b256ba96326dc768b33fde6cfce8619514c094b90d0944cbbaa90eaa5a290ff0",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/require-dir
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/require-dir
Additional Details
* Last updated: Tue, 10 Oct 2017 16:42:29 GMT
* Last updated: Thu, 27 Sep 2018 12:34:26 GMT
* Dependencies: none

@@ -14,0 +14,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