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

@types/concat-map

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/concat-map - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

concat-map/index.d.ts

@@ -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[];

10

concat-map/package.json
{
"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).
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