🎩 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.1
to
4.1.2
+1
-1
lodash.throttle/index.d.ts

@@ -5,5 +5,5 @@ // Type definitions for lodash.throttle 4.1

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.2
import { throttle } from "lodash";
export = throttle;
{
"name": "@types/lodash.throttle",
"version": "4.1.1",
"version": "4.1.2",
"description": "TypeScript definitions for lodash.throttle",
"license": "MIT",
"author": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>",
"contributors": [
{
"name": "Brian Zengel",
"url": "https://github.com/bczengel"
},
{
"name": "Ilya Mochalov",
"url": "https://github.com/chrootsu"
},
{
"name": "Stepan Mikhaylyuk",
"url": "https://github.com/stepancar"
}
],
"main": "",

@@ -17,4 +30,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "60a185448487b51d10b20020262023e97c72d53ae5da9f40a1592ed0418ace88",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "eae5122c1d42c755bc8ba8445bf3279133d9c266feefb290cc0cc8b5189a0307",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Fri, 27 Jan 2017 21:43:34 GMT
* Last updated: Wed, 22 Mar 2017 19:53:03 GMT
* Dependencies: lodash

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

{
"name": "lodash.throttle",
"libraryName": "lodash.throttle",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"data": {
"authors": "Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>",
"dependencies": {
"lodash": "*"
},
"pathMappings": {},
"libraryMajorVersion": 4,
"libraryMinorVersion": 1,
"typeScriptVersion": "2.1",
"libraryName": "lodash.throttle",
"typingsPackageName": "lodash.throttle",
"projectName": "http://lodash.com/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"lodash.throttle/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "60a185448487b51d10b20020262023e97c72d53ae5da9f40a1592ed0418ace88"
},
"isLatest": true
}