Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/lodash.partition

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

Comparing version 4.6.6 to 4.6.7

3

lodash.partition/index.d.ts
// Type definitions for lodash.partition 4.6
// 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.partition",
"version": "4.6.6",
"version": "4.6.7",
"description": "TypeScript definitions for lodash.partition",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.partition",
"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": "7c91fec9866292f887a8cc1c8d08e0c2ff07a50d3043bcbeee149418c2f7d33c",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "8c9b2a71baa138fd3a37de79955ef83f85e26727053d868a1b8e3b6d57c91538",
"typeScriptVersion": "3.9"
}

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

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