@types/concat-map
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,9 +0,3 @@ | ||
// Type definitions for concat-map 0.0 | ||
// Project: https://github.com/substack/node-concat-map | ||
// Definitions by: Claas Ahlrichs <https://github.com/claasahl> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.7 | ||
export = concat_map; | ||
declare function concat_map<T, R>(xs: T[], fn: (x: T, i: number) => R | R[]): R[]; |
{ | ||
"name": "@types/concat-map", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TypeScript definitions for concat-map", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-map", | ||
"name": "Claas Ahlrichs", | ||
"url": "https://github.com/claasahl", | ||
"githubUsername": "claasahl" | ||
"githubUsername": "claasahl", | ||
"url": "https://github.com/claasahl" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dbbe949c388d33cc26ff563f1bc1280593e4e435c55cc790351ce4fb03c52e8d", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "43e8edf122b3f948322f8b3b79849f35fef62a804615e91ea039b2a00f7dfb11", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for concat-map 0.0 | ||
// Project: https://github.com/substack/node-concat-map | ||
// Definitions by: Claas Ahlrichs <https://github.com/claasahl> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.7 | ||
export = concat_map; | ||
@@ -25,7 +19,6 @@ | ||
### Additional Details | ||
* Last updated: Thu, 12 Aug 2021 00:31:26 GMT | ||
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl). |
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
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
2761
2
23