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

ts-lodash

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-lodash - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

1

lib/lodash.d.ts

@@ -32,2 +32,3 @@ /// <reference types="lodash" />

readonly pick: <TResult extends {}, T extends {}>(object: T | null | undefined, ...predicate: lodash.Many<lodash.StringRepresentable>[]) => TResult;
readonly pickBy: <TResult extends {}, T extends {}>(object: T | null | undefined, predicate?: lodash.ObjectIterator<any, boolean> | undefined) => TResult;
readonly property: <TObj, TResult>(path: lodash.Many<lodash.StringRepresentable>) => (obj: TObj) => TResult;

@@ -34,0 +35,0 @@ readonly result: {

@@ -13,2 +13,3 @@ "use strict";

get pick() { return fetch('lodash/pick'); },
get pickBy() { return fetch('lodash/pickBy'); },
get property() { return fetch('lodash/property'); },

@@ -15,0 +16,0 @@ get result() { return fetch('lodash/result'); },

2

package.json
{
"name": "ts-lodash",
"description": "lazy-loading lodash for typescript",
"version": "4.0.3",
"version": "4.0.4",
"author": "Jeff Dickey",

@@ -6,0 +6,0 @@ "devDependencies": {

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