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.144 to 4.14.145

lodash/ts3.1/stubTrue.d.ts

4

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

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

"dependencies": {},
"typesPublisherContentHash": "801c57f679f355dd76aa3f64f3318ca6e7ad2c15e83dce050b737194bd98ba36",
"typesPublisherContentHash": "8680965e2b079f4d8963af0679e325e80700ba5386937726771be95f1b9395da",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 09 Oct 2019 19:21:19 GMT
* Last updated: Thu, 07 Nov 2019 00:08:27 GMT
* Dependencies: none

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

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

}
// stubTrue
interface LoDashStatic {
/**
* This method returns true.
*
* @return Returns true.
*/
stubTrue(): true;
}
interface LoDashImplicitWrapper<TValue> {
/**
* @see _.stubTrue
*/
stubTrue(): true;
}
interface LoDashExplicitWrapper<TValue> {
/**
* @see _.stubTrue
*/
stubTrue(): LoDashExplicitWrapper<true>;
}
}
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