🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@types/lodash.throttle

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.throttle - npm Package Compare versions

Comparing version
4.1.6
to
4.1.7
+2
-1
lodash.throttle/index.d.ts
// Type definitions for lodash.throttle 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

MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft Corporation.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@types/lodash.throttle",
"version": "4.1.6",
"version": "4.1.7",
"description": "TypeScript definitions for lodash.throttle",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.throttle",
"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": "e786fdf41dd760aab9800ac4c9b337817c720e44e584feb00768aad0feb97ad6",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "10ed2198c1ef780d1d15d1f5e485defd51d7b75b4ed566c0d8137ec154b2d6ab",
"typeScriptVersion": "3.9"
}

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

# Summary
This package contains type definitions for lodash.throttle ( https://lodash.com ).
This package contains type definitions for lodash.throttle (https://lodash.com).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.throttle
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.throttle.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.throttle/index.d.ts)
````ts
// Type definitions for lodash.throttle 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 23:26:49 GMT
* Dependencies: @types/lodash
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { throttle } from "lodash";
export = throttle;
````
### Additional Details
* Last updated: Mon, 18 Apr 2022 23:03:37 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).