New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/lodash.delay

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lodash.delay - npm Package Compare versions

Comparing version 4.1.6 to 4.1.7

3

lodash.delay/index.d.ts
// Type definitions for lodash.delay 4.1
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions by: Brian Zengel <https://github.com/bczengel>
// Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -5,0 +6,0 @@ // TypeScript Version: 2.8

{
"name": "@types/lodash.delay",
"version": "4.1.6",
"version": "4.1.7",
"description": "TypeScript definitions for lodash.delay",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.delay",
"license": "MIT",

@@ -16,11 +17,6 @@ "contributors": [

"githubUsername": "chrootsu"
},
{
"name": "Stepan Mikhaylyuk",
"url": "https://github.com/stepancar",
"githubUsername": "stepancar"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -35,4 +31,4 @@ "type": "git",

},
"typesPublisherContentHash": "f329faf4ec7ffece8e1534eb72132cf3528fd113466252a3c2b7f4de4d052f5d",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "38d4f12d1ebb5bf1ad19892d0bb8f8fbf3eb2570189868a442061965d8960ca8",
"typeScriptVersion": "3.9"
}

@@ -5,13 +5,28 @@ # Installation

# Summary
This package contains type definitions for lodash.delay ( https://lodash.com ).
This package contains type definitions for lodash.delay (https://lodash.com).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.delay
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.delay.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.delay/index.d.ts)
````ts
// Type definitions for lodash.delay 4.1
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>
// Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
Additional Details
* Last updated: Mon, 04 Mar 2019 22:43:02 GMT
* Dependencies: @types/lodash
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { delay } from "lodash";
export = delay;
````
### Additional Details
* Last updated: Mon, 18 Apr 2022 23:03:15 GMT
* Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
* Global values: none
# Credits
These definitions were written by Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>.
These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).

Sorry, the diff of this file is not supported yet

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