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

@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.14.3 to 4.14.4

286

lodash-es/index.d.ts

@@ -5,2 +5,286 @@ // Type definitions for Lo-Dash-es 4.14

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.1
export { default as add } from './add';
export { default as after } from './after';
export { default as ary } from './ary';
export { default as assign } from './assign';
export { default as assignIn } from './assignIn';
export { default as assignInWith } from './assignInWith';
export { default as assignWith } from './assignWith';
export { default as at } from './at';
export { default as attempt } from './attempt';
export { default as before } from './before';
export { default as bind } from './bind';
export { default as bindAll } from './bindAll';
export { default as bindKey } from './bindKey';
export { default as camelCase } from './camelCase';
export { default as capitalize } from './capitalize';
export { default as castArray } from './castArray';
export { default as ceil } from './ceil';
export { default as chain } from './chain';
export { default as chunk } from './chunk';
export { default as clamp } from './clamp';
export { default as clone } from './clone';
export { default as cloneDeep } from './cloneDeep';
export { default as cloneDeepWith } from './cloneDeepWith';
export { default as cloneWith } from './cloneWith';
export { default as compact } from './compact';
export { default as concat } from './concat';
export { default as constant } from './constant';
export { default as countBy } from './countBy';
export { default as create } from './create';
export { default as curry } from './curry';
export { default as curryRight } from './curryRight';
export { default as debounce } from './debounce';
export { default as deburr } from './deburr';
export { default as defaults } from './defaults';
export { default as defaultsDeep } from './defaultsDeep';
export { default as defer } from './defer';
export { default as delay } from './delay';
export { default as difference } from './difference';
export { default as differenceBy } from './differenceBy';
export { default as differenceWith } from './differenceWith';
export { default as drop } from './drop';
export { default as dropRight } from './dropRight';
export { default as dropRightWhile } from './dropRightWhile';
export { default as dropWhile } from './dropWhile';
export { default as each } from './each';
export { default as eachRight } from './eachRight';
export { default as endsWith } from './endsWith';
export { default as eq } from './eq';
export { default as escape } from './escape';
export { default as escapeRegExp } from './escapeRegExp';
export { default as every } from './every';
export { default as extend } from './extend';
export { default as extendWith } from './extendWith';
export { default as fill } from './fill';
export { default as filter } from './filter';
export { default as find } from './find';
export { default as findIndex } from './findIndex';
export { default as findKey } from './findKey';
export { default as findLast } from './findLast';
export { default as findLastIndex } from './findLastIndex';
export { default as findLastKey } from './findLastKey';
export { default as first } from './first';
export { default as flatMap } from './flatMap';
export { default as flatten } from './flatten';
export { default as flattenDeep } from './flattenDeep';
export { default as flattenDepth } from './flattenDepth';
export { default as flip } from './flip';
export { default as floor } from './floor';
export { default as flow } from './flow';
export { default as flowRight } from './flowRight';
export { default as forEach } from './forEach';
export { default as forEachRight } from './forEachRight';
export { default as forIn } from './forIn';
export { default as forInRight } from './forInRight';
export { default as forOwn } from './forOwn';
export { default as forOwnRight } from './forOwnRight';
export { default as fromPairs } from './fromPairs';
export { default as functions } from './functions';
export { default as functionsIn } from './functionsIn';
export { default as get } from './get';
export { default as groupBy } from './groupBy';
export { default as gt } from './gt';
export { default as gte } from './gte';
export { default as has } from './has';
export { default as hasIn } from './hasIn';
export { default as head } from './head';
export { default as identity } from './identity';
export { default as inRange } from './inRange';
export { default as includes } from './includes';
export { default as indexOf } from './indexOf';
export { default as initial } from './initial';
export { default as intersection } from './intersection';
export { default as intersectionBy } from './intersectionBy';
export { default as intersectionWith } from './intersectionWith';
export { default as invert } from './invert';
export { default as invertBy } from './invertBy';
export { default as invoke } from './invoke';
export { default as invokeMap } from './invokeMap';
export { default as isArguments } from './isArguments';
export { default as isArray } from './isArray';
export { default as isArrayBuffer } from './isArrayBuffer';
export { default as isArrayLike } from './isArrayLike';
export { default as isArrayLikeObject } from './isArrayLikeObject';
export { default as isBoolean } from './isBoolean';
export { default as isBuffer } from './isBuffer';
export { default as isDate } from './isDate';
export { default as isElement } from './isElement';
export { default as isEmpty } from './isEmpty';
export { default as isEqual } from './isEqual';
export { default as isEqualWith } from './isEqualWith';
export { default as isError } from './isError';
export { default as isFinite } from './isFinite';
export { default as isFunction } from './isFunction';
export { default as isInteger } from './isInteger';
export { default as isLength } from './isLength';
export { default as isMap } from './isMap';
export { default as isMatch } from './isMatch';
export { default as isMatchWith } from './isMatchWith';
export { default as isNaN } from './isNaN';
export { default as isNative } from './isNative';
export { default as isNil } from './isNil';
export { default as isNull } from './isNull';
export { default as isNumber } from './isNumber';
export { default as isObject } from './isObject';
export { default as isObjectLike } from './isObjectLike';
export { default as isPlainObject } from './isPlainObject';
export { default as isRegExp } from './isRegExp';
export { default as isSafeInteger } from './isSafeInteger';
export { default as isSet } from './isSet';
export { default as isString } from './isString';
export { default as isSymbol } from './isSymbol';
export { default as isTypedArray } from './isTypedArray';
export { default as isUndefined } from './isUndefined';
export { default as isWeakMap } from './isWeakMap';
export { default as isWeakSet } from './isWeakSet';
export { default as iteratee } from './iteratee';
export { default as join } from './join';
export { default as kebabCase } from './kebabCase';
export { default as keyBy } from './keyBy';
export { default as keys } from './keys';
export { default as keysIn } from './keysIn';
export { default as last } from './last';
export { default as lastIndexOf } from './lastIndexOf';
export { default as lowerCase } from './lowerCase';
export { default as lowerFirst } from './lowerFirst';
export { default as lt } from './lt';
export { default as lte } from './lte';
export { default as map } from './map';
export { default as mapKeys } from './mapKeys';
export { default as mapValues } from './mapValues';
export { default as matches } from './matches';
export { default as matchesProperty } from './matchesProperty';
export { default as max } from './max';
export { default as maxBy } from './maxBy';
export { default as mean } from './mean';
export { default as meanBy } from './meanBy';
export { default as memoize } from './memoize';
export { default as merge } from './merge';
export { default as mergeWith } from './mergeWith';
export { default as method } from './method';
export { default as methodOf } from './methodOf';
export { default as min } from './min';
export { default as minBy } from './minBy';
export { default as mixin } from './mixin';
export { default as negate } from './negate';
export { default as noop } from './noop';
export { default as now } from './now';
export { default as nthArg } from './nthArg';
export { default as omit } from './omit';
export { default as omitBy } from './omitBy';
export { default as once } from './once';
export { default as orderBy } from './orderBy';
export { default as over } from './over';
export { default as overArgs } from './overArgs';
export { default as overEvery } from './overEvery';
export { default as overSome } from './overSome';
export { default as pad } from './pad';
export { default as padEnd } from './padEnd';
export { default as padStart } from './padStart';
export { default as parseInt } from './parseInt';
export { default as partial } from './partial';
export { default as partialRight } from './partialRight';
export { default as partition } from './partition';
export { default as pick } from './pick';
export { default as pickBy } from './pickBy';
export { default as property } from './property';
export { default as propertyOf } from './propertyOf';
export { default as pull } from './pull';
export { default as pullAll } from './pullAll';
export { default as pullAllBy } from './pullAllBy';
export { default as pullAt } from './pullAt';
export { default as random } from './random';
export { default as range } from './range';
export { default as rangeRight } from './rangeRight';
export { default as rearg } from './rearg';
export { default as reduce } from './reduce';
export { default as reduceRight } from './reduceRight';
export { default as reject } from './reject';
export { default as remove } from './remove';
export { default as repeat } from './repeat';
export { default as replace } from './replace';
export { default as rest } from './rest';
export { default as result } from './result';
export { default as reverse } from './reverse';
export { default as round } from './round';
export { default as sample } from './sample';
export { default as sampleSize } from './sampleSize';
export { default as set } from './set';
export { default as setWith } from './setWith';
export { default as shuffle } from './shuffle';
export { default as size } from './size';
export { default as slice } from './slice';
export { default as snakeCase } from './snakeCase';
export { default as some } from './some';
export { default as sortBy } from './sortBy';
export { default as sortedIndex } from './sortedIndex';
export { default as sortedIndexBy } from './sortedIndexBy';
export { default as sortedIndexOf } from './sortedIndexOf';
export { default as sortedLastIndex } from './sortedLastIndex';
export { default as sortedLastIndexBy } from './sortedLastIndexBy';
export { default as sortedLastIndexOf } from './sortedLastIndexOf';
export { default as sortedUniq } from './sortedUniq';
export { default as sortedUniqBy } from './sortedUniqBy';
export { default as split } from './split';
export { default as spread } from './spread';
export { default as startCase } from './startCase';
export { default as startsWith } from './startsWith';
export { default as subtract } from './subtract';
export { default as sum } from './sum';
export { default as sumBy } from './sumBy';
export { default as tail } from './tail';
export { default as take } from './take';
export { default as takeRight } from './takeRight';
export { default as takeRightWhile } from './takeRightWhile';
export { default as takeWhile } from './takeWhile';
export { default as tap } from './tap';
export { default as template } from './template';
export { default as throttle } from './throttle';
export { default as thru } from './thru';
export { default as times } from './times';
export { default as toArray } from './toArray';
export { default as toInteger } from './toInteger';
export { default as toLength } from './toLength';
export { default as toLower } from './toLower';
export { default as toNumber } from './toNumber';
export { default as toPairs } from './toPairs';
export { default as toPairsIn } from './toPairsIn';
export { default as toPath } from './toPath';
export { default as toPlainObject } from './toPlainObject';
export { default as toSafeInteger } from './toSafeInteger';
export { default as toString } from './toString';
export { default as toUpper } from './toUpper';
export { default as transform } from './transform';
export { default as trim } from './trim';
export { default as trimEnd } from './trimEnd';
export { default as trimStart } from './trimStart';
export { default as truncate } from './truncate';
export { default as unary } from './unary';
export { default as unescape } from './unescape';
export { default as union } from './union';
export { default as unionBy } from './unionBy';
export { default as unionWith } from './unionWith';
export { default as uniq } from './uniq';
export { default as uniqBy } from './uniqBy';
export { default as uniqWith } from './uniqWith';
export { default as uniqueId } from './uniqueId';
export { default as unset } from './unset';
export { default as unzip } from './unzip';
export { default as unzipWith } from './unzipWith';
export { default as update } from './update';
export { default as upperCase } from './upperCase';
export { default as upperFirst } from './upperFirst';
export { default as values } from './values';
export { default as valuesIn } from './valuesIn';
export { default as without } from './without';
export { default as words } from './words';
export { default as wrap } from './wrap';
export { default as xor } from './xor';
export { default as xorBy } from './xorBy';
export { default as xorWith } from './xorWith';
export { default as zip } from './zip';
export { default as zipObject } from './zipObject';
export { default as zipWith } from './zipWith';

4

lodash-es/package.json
{
"name": "@types/lodash-es",
"version": "4.14.3",
"version": "4.14.4",
"description": "TypeScript definitions for Lo-Dash-es",

@@ -17,4 +17,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "53170faad55af641f430a52bc71190a8a09d3464ca8e5ded340861a5fc34c153",
"typesPublisherContentHash": "9ae26a61aa5837be40c880329c3186cb1feefb53a5314652191b3013aca99eac",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Fri, 27 Jan 2017 21:43:13 GMT
* Last updated: Tue, 07 Feb 2017 22:44:37 GMT
* Dependencies: lodash

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

@@ -20,259 +20,262 @@ {

"declaredModules": [
"lodash-es/.",
"lodash-es/add",
"lodash-es/after",
"lodash-es/add",
"lodash-es/assignInWith",
"lodash-es/assign",
"lodash-es/assignIn",
"lodash-es/assignWith",
"lodash-es/ary",
"lodash-es/assignIn",
"lodash-es/assignInWith",
"lodash-es/at",
"lodash-es/attempt",
"lodash-es/bindAll",
"lodash-es/at",
"lodash-es/before",
"lodash-es/bind",
"lodash-es/camelCase",
"lodash-es/ary",
"lodash-es/bindKey",
"lodash-es/castArray",
"lodash-es/ceil",
"lodash-es/capitalize",
"lodash-es/before",
"lodash-es/bindKey",
"lodash-es/chunk",
"lodash-es/clamp",
"lodash-es/cloneDeep",
"lodash-es/chain",
"lodash-es/clamp",
"lodash-es/cloneWith",
"lodash-es/clone",
"lodash-es/cloneDeepWith",
"lodash-es/cloneWith",
"lodash-es/cloneDeep",
"lodash-es/concat",
"lodash-es/compact",
"lodash-es/countBy",
"lodash-es/constant",
"lodash-es/countBy",
"lodash-es/curry",
"lodash-es/create",
"lodash-es/debounce",
"lodash-es/curry",
"lodash-es/deburr",
"lodash-es/defaults",
"lodash-es/defer",
"lodash-es/curryRight",
"lodash-es/defaultsDeep",
"lodash-es/curryRight",
"lodash-es/delay",
"lodash-es/differenceBy",
"lodash-es/defer",
"lodash-es/defaults",
"lodash-es/difference",
"lodash-es/ceil",
"lodash-es/drop",
"lodash-es/differenceWith",
"lodash-es/dropRightWhile",
"lodash-es/each",
"lodash-es/dropRight",
"lodash-es/endsWith",
"lodash-es/differenceBy",
"lodash-es/eachRight",
"lodash-es/dropWhile",
"lodash-es/escape",
"lodash-es/dropRightWhile",
"lodash-es/dropWhile",
"lodash-es/eachRight",
"lodash-es/eq",
"lodash-es/every",
"lodash-es/eq",
"lodash-es/escapeRegExp",
"lodash-es/extendWith",
"lodash-es/extend",
"lodash-es/fb",
"lodash-es/fill",
"lodash-es/find",
"lodash-es/findIndex",
"lodash-es/filter",
"lodash-es/fill",
"lodash-es/fb",
"lodash-es/each",
"lodash-es/findLastIndex",
"lodash-es/findKey",
"lodash-es/endsWith",
"lodash-es/findLast",
"lodash-es/extendWith",
"lodash-es/findIndex",
"lodash-es/findLastKey",
"lodash-es/findKey",
"lodash-es/find",
"lodash-es/flatMap",
"lodash-es/first",
"lodash-es/flattenDepth",
"lodash-es/findLastIndex",
"lodash-es/flatten",
"lodash-es/flip",
"lodash-es/floor",
"lodash-es/flattenDeep",
"lodash-es/flattenDepth",
"lodash-es/flow",
"lodash-es/flowRight",
"lodash-es/flattenDeep",
"lodash-es/flip",
"lodash-es/extend",
"lodash-es/forIn",
"lodash-es/forEachRight",
"lodash-es/functions",
"lodash-es/forOwn",
"lodash-es/forEach",
"lodash-es/forOwn",
"lodash-es/forIn",
"lodash-es/forInRight",
"lodash-es/forOwnRight",
"lodash-es/flowRight",
"lodash-es/fromPairs",
"lodash-es/functionsIn",
"lodash-es/functions",
"lodash-es/get",
"lodash-es/groupBy",
"lodash-es/gt",
"lodash-es/identity",
"lodash-es/gte",
"lodash-es/forOwnRight",
"lodash-es/groupBy",
"lodash-es/head",
"lodash-es/hasIn",
"lodash-es/has",
"lodash-es/head",
"lodash-es/fromPairs",
"lodash-es/indexOf",
"lodash-es/identity",
"lodash-es/includes",
"lodash-es/initial",
"lodash-es/intersection",
"lodash-es/inRange",
"lodash-es/intersectionBy",
"lodash-es/gt",
"lodash-es/inRange",
"lodash-es/indexOf",
"lodash-es/intersectionWith",
"lodash-es/invert",
"lodash-es/invertBy",
"lodash-es/invokeMap",
"lodash-es/hasIn",
"lodash-es/isArguments",
"lodash-es/isArray",
"lodash-es/isArrayBuffer",
"lodash-es/isDate",
"lodash-es/isArrayLikeObject",
"lodash-es/isArrayLike",
"lodash-es/isArray",
"lodash-es/isDate",
"lodash-es/isBuffer",
"lodash-es/isElement",
"lodash-es/isBuffer",
"lodash-es/invert",
"lodash-es/isBoolean",
"lodash-es/isEmpty",
"lodash-es/isEqualWith",
"lodash-es/isEmpty",
"lodash-es/invoke",
"lodash-es/isFinite",
"lodash-es/isLength",
"lodash-es/isError",
"lodash-es/isEqual",
"lodash-es/isInteger",
"lodash-es/isFunction",
"lodash-es/isMap",
"lodash-es/isMatchWith",
"lodash-es/isFunction",
"lodash-es/isBoolean",
"lodash-es/isLength",
"lodash-es/isMatch",
"lodash-es/isObjectLike",
"lodash-es/isMap",
"lodash-es/isInteger",
"lodash-es/isNaN",
"lodash-es/isNull",
"lodash-es/isNil",
"lodash-es/invoke",
"lodash-es/isNative",
"lodash-es/isObject",
"lodash-es/isNaN",
"lodash-es/isObjectLike",
"lodash-es/isPlainObject",
"lodash-es/isNumber",
"lodash-es/isSafeInteger",
"lodash-es/isPlainObject",
"lodash-es/isRegExp",
"lodash-es/isWeakMap",
"lodash-es/isSet",
"lodash-es/isString",
"lodash-es/isNumber",
"lodash-es/isUndefined",
"lodash-es/isSymbol",
"lodash-es/isTypedArray",
"lodash-es/isSet",
"lodash-es/isWeakSet",
"lodash-es/isError",
"lodash-es/isWeakMap",
"lodash-es/join",
"lodash-es/iteratee",
"lodash-es/join",
"lodash-es/kebabCase",
"lodash-es/keyBy",
"lodash-es/keysIn",
"lodash-es/keys",
"lodash-es/last",
"lodash-es/lt",
"lodash-es/kebabCase",
"lodash-es/lastIndexOf",
"lodash-es/lowerCase",
"lodash-es/last",
"lodash-es/keysIn",
"lodash-es/lowerFirst",
"lodash-es/mapValues",
"lodash-es/lowerFirst",
"lodash-es/mapKeys",
"lodash-es/lt",
"lodash-es/map",
"lodash-es/lte",
"lodash-es/matches",
"lodash-es/map",
"lodash-es/matchesProperty",
"lodash-es/mean",
"lodash-es/maxBy",
"lodash-es/max",
"lodash-es/matchesProperty",
"lodash-es/memoize",
"lodash-es/matches",
"lodash-es/meanBy",
"lodash-es/max",
"lodash-es/maxBy",
"lodash-es/methodOf",
"lodash-es/merge",
"lodash-es/method",
"lodash-es/mergeWith",
"lodash-es/mixin",
"lodash-es/min",
"lodash-es/minBy",
"lodash-es/method",
"lodash-es/methodOf",
"lodash-es/min",
"lodash-es/mixin",
"lodash-es/noConflict",
"lodash-es/noop",
"lodash-es/now",
"lodash-es/nthArg",
"lodash-es/negate",
"lodash-es/once",
"lodash-es/omitBy",
"lodash-es/omit",
"lodash-es/omitBy",
"lodash-es/now",
"lodash-es/over",
"lodash-es/orderBy",
"lodash-es/overArgs",
"lodash-es/overEvery",
"lodash-es/negate",
"lodash-es/overSome",
"lodash-es/over",
"lodash-es/pad",
"lodash-es/overEvery",
"lodash-es/padStart",
"lodash-es/padEnd",
"lodash-es/parseInt",
"lodash-es/padStart",
"lodash-es/partial",
"lodash-es/once",
"lodash-es/partialRight",
"lodash-es/pick",
"lodash-es/pickBy",
"lodash-es/partition",
"lodash-es/pickBy",
"lodash-es/property",
"lodash-es/propertyOf",
"lodash-es/pull",
"lodash-es/pullAll",
"lodash-es/pull",
"lodash-es/random",
"lodash-es/pullAt",
"lodash-es/rangeRight",
"lodash-es/pullAllBy",
"lodash-es/reduce",
"lodash-es/range",
"lodash-es/random",
"lodash-es/rangeRight",
"lodash-es/reduce",
"lodash-es/rearg",
"lodash-es/reduceRight",
"lodash-es/repeat",
"lodash-es/reject",
"lodash-es/reverse",
"lodash-es/remove",
"lodash-es/reduceRight",
"lodash-es/replace",
"lodash-es/rest",
"lodash-es/result",
"lodash-es/rest",
"lodash-es/replace",
"lodash-es/reverse",
"lodash-es/sample",
"lodash-es/runInContext",
"lodash-es/sampleSize",
"lodash-es/round",
"lodash-es/sample",
"lodash-es/set",
"lodash-es/setWith",
"lodash-es/set",
"lodash-es/sampleSize",
"lodash-es/size",
"lodash-es/shuffle",
"lodash-es/slice",
"lodash-es/mapKeys",
"lodash-es/snakeCase",
"lodash-es/sortedIndex",
"lodash-es/sortedIndexOf",
"lodash-es/some",
"lodash-es/sortBy",
"lodash-es/repeat",
"lodash-es/some",
"lodash-es/sortedLastIndex",
"lodash-es/slice",
"lodash-es/sortedIndex",
"lodash-es/sortedIndexBy",
"lodash-es/sortedLastIndexBy",
"lodash-es/sortedLastIndexOf",
"lodash-es/sortedLastIndexBy",
"lodash-es/sortedIndexBy",
"lodash-es/sortedUniq",
"lodash-es/sortedUniqBy",
"lodash-es/startCase",
"lodash-es/spread",
"lodash-es/split",
"lodash-es/startCase",
"lodash-es/sortedIndexOf",
"lodash-es/subtract",
"lodash-es/sum",
"lodash-es/startsWith",
"lodash-es/sumBy",
"lodash-es/tail",
"lodash-es/takeRight",
"lodash-es/take",
"lodash-es/subtract",
"lodash-es/isUndefined",
"lodash-es/tail",
"lodash-es/takeRightWhile",
"lodash-es/toArray",
"lodash-es/takeWhile",
"lodash-es/template",
"lodash-es/takeRight",
"lodash-es/takeWhile",
"lodash-es/throttle",
"lodash-es/tap",
"lodash-es/thru",
"lodash-es/times",
"lodash-es/toNumber",
"lodash-es/toInteger",
"lodash-es/times",
"lodash-es/toArray",
"lodash-es/toLower",
"lodash-es/toLength",
"lodash-es/toPath",
"lodash-es/toSafeInteger",
"lodash-es/toPairs",
"lodash-es/toNumber",
"lodash-es/toPairsIn",
"lodash-es/toSafeInteger",
"lodash-es/toPlainObject",
"lodash-es/toLower",
"lodash-es/toPath",
"lodash-es/transform",
"lodash-es/toUpper",
"lodash-es/toString",
"lodash-es/toUpper",
"lodash-es/trim",
"lodash-es/trimEnd",
"lodash-es/trimStart",
"lodash-es/unary",

@@ -283,24 +286,22 @@ "lodash-es/truncate",

"lodash-es/unionBy",
"lodash-es/uniq",
"lodash-es/union",
"lodash-es/uniqBy",
"lodash-es/uniqueId",
"lodash-es/unzipWith",
"lodash-es/uniqWith",
"lodash-es/update",
"lodash-es/unzip",
"lodash-es/unset",
"lodash-es/union",
"lodash-es/upperCase",
"lodash-es/unzipWith",
"lodash-es/uniq",
"lodash-es/upperFirst",
"lodash-es/update",
"lodash-es/words",
"lodash-es/values",
"lodash-es/transform",
"lodash-es/upperFirst",
"lodash-es/upperCase",
"lodash-es/valuesIn",
"lodash-es/wrap",
"lodash-es/xorBy",
"lodash-es/without",
"lodash-es/wrap",
"lodash-es/valuesIn",
"lodash-es/words",
"lodash-es/xorWith",
"lodash-es/xor",
"lodash-es/xorBy",
"lodash-es/zip",
"lodash-es/trimStart",
"lodash-es/xorWith",
"lodash-es/zipObject",

@@ -599,5 +600,5 @@ "lodash-es/zipWith"

"hasPackageJson": false,
"contentHash": "53170faad55af641f430a52bc71190a8a09d3464ca8e5ded340861a5fc34c153"
"contentHash": "9ae26a61aa5837be40c880329c3186cb1feefb53a5314652191b3013aca99eac"
},
"isLatest": true
}
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