@types/require-dir
Advanced tools
Comparing version 0.3.0 to 1.0.0
@@ -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; |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2766
13
1
0