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

@types/lodash

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lodash - npm Package Compare versions

Comparing version 4.14.152 to 4.14.153

8

lodash/common/common.d.ts

@@ -5,2 +5,10 @@ import _ = require("../index");

declare module "../index" {
interface ConvertOptions {
cap?: boolean;
curry?: boolean;
fixed?: boolean;
immutable?: boolean;
rearg?: boolean;
}
type PartialObject<T> = GlobalPartial<T>;

@@ -7,0 +15,0 @@ type Many<T> = T | ReadonlyArray<T>;

4

lodash/package.json
{
"name": "@types/lodash",
"version": "4.14.152",
"version": "4.14.153",
"description": "TypeScript definitions for Lo-Dash",

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

"dependencies": {},
"typesPublisherContentHash": "25252a58d5a2ddc628fbfd7d277ab60ab62e212c843a6b5034b228b07442757d",
"typesPublisherContentHash": "4a4c89b135c250e211fc6ed4d0e5c5cce73791a4cd7bc0d97f295533d2af7611",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 19 May 2020 22:35:11 GMT
* Last updated: Wed, 27 May 2020 00:19:44 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc