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.154 to 4.14.155

2

lodash/common/lang.d.ts

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

type isMatchCustomizer = (value: any, other: any, indexOrKey?: PropertyName) => boolean;
interface LoDashStatic {

@@ -985,0 +983,0 @@ /**

4

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

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

"dependencies": {},
"typesPublisherContentHash": "5ce4a97b89131547e1d0ea16853808a3d85ec071aa1eb7b29b51d4179be9a141",
"typesPublisherContentHash": "b99bf15473b1173ed78ce858997cc6375bf19f78ae74141ab5717be45b00735c",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Sat, 30 May 2020 11:19:02 GMT
* Last updated: Wed, 03 Jun 2020 15:24:03 GMT
* Dependencies: none

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

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

type isMatchCustomizer = (value: any, other: any, indexOrKey?: PropertyName) => boolean;
interface LoDashStatic {

@@ -879,3 +878,3 @@ /**

type isMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyName, object: object, source: object) => boolean;
type isMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyName, object: object, source: object) => boolean | undefined;
interface LoDashStatic {

@@ -882,0 +881,0 @@ /**

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