Socket
Socket
Sign inDemoInstall

@types/lodash-es

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lodash-es - npm Package Compare versions

Comparing version 4.17.7 to 4.17.8

2

lodash-es/index.d.ts

@@ -203,3 +203,3 @@ // Type definitions for lodash-es 4.17

export { default as pickBy } from './pickBy.js';
export { default as property } from './property.js';
export { default as property, PropertyPath } from './property.js';
export { default as propertyOf } from './propertyOf.js';

@@ -206,0 +206,0 @@ export { default as pull } from './pull.js';

{
"name": "@types/lodash-es",
"version": "4.17.7",
"version": "4.17.8",
"description": "TypeScript definitions for lodash-es",

@@ -30,5 +30,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash-es",

},
"typesPublisherContentHash": "d85b3a0a31d3ef0882a2e6da37f59c8aeda12dd24fb07eaef491d8025cd9f813",
"typeScriptVersion": "4.2",
"typesPublisherContentHash": "90ff250ba92cf4934869e0dd9611fa3f855f553016ace290914b5d486e0cca5d",
"typeScriptVersion": "4.3",
"type": "module"
}

@@ -1,2 +0,4 @@

import { property } from "lodash";
import { property, PropertyPath } from "lodash";
export { PropertyPath };
export default property;

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

### Additional Details
* Last updated: Tue, 14 Mar 2023 15:32:32 GMT
* Last updated: Thu, 13 Jul 2023 19:02:46 GMT
* Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)

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

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