Socket
Socket
Sign inDemoInstall

@types/lodash.hasin

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.6 to 4.5.7

3

lodash.hasin/index.d.ts
// Type definitions for lodash.hasIn 4.5
// 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.hasin",
"version": "4.5.6",
"version": "4.5.7",
"description": "TypeScript definitions for lodash.hasIn",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.hasin",
"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": "27aa528c81a95897111cef972e2d2ea0b142640ff1859bd8eb0a9af59a7195d6",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "660d20bb78c03ca6e71416cb831717e228b85a1e87b00cf3f0f4363366070cbc",
"typeScriptVersion": "3.9"
}

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc