Socket
Socket
Sign inDemoInstall

@types/lodash

Package Overview
Dependencies
0
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.14.165 to 4.14.166

2

lodash/common/common.d.ts

@@ -234,3 +234,3 @@ import _ = require("../index");

type MemoVoidArrayIterator<T, TResult> = (acc: TResult, curr: T, index: number, arr: T[]) => void;
type MemoVoidDictionaryIterator<T, TResult> = (acc: TResult, curr: T, key: string, dict: Dictionary<T>) => void;
type MemoVoidDictionaryIterator<T, K extends string | number | symbol, TResult> = (acc: TResult, curr: T, key: K, dict: Record<K, T>) => void;
type MemoVoidIteratorCapped<T, TResult> = (acc: TResult, curr: T) => void;

@@ -237,0 +237,0 @@ type ValueIteratee<T> = ((value: T) => NotVoid) | IterateeShorthand<T>;

{
"name": "@types/lodash",
"version": "4.14.165",
"version": "4.14.166",
"description": "TypeScript definitions for Lo-Dash",

@@ -62,4 +62,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "a0c674f8ec64ae7e57c9e07ebe509a5a0d5e2e54f46cf68da4b15596a19260b0",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "52a99d870b7195d65210576e3ee7356db5f7dc73453b4dfb1cffeab83f0f3f4f",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Thu, 05 Nov 2020 18:49:10 GMT
* Last updated: Wed, 23 Dec 2020 21:43:18 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `_`

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc