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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
3
Versions
528
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib - npm Package Compare versions

Comparing version 8.1.0 to 8.2.0

dist-esm/util/memoFn.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [8.2.0](https://github.com/NaturalCycles/js-lib/compare/v8.1.0...v8.2.0) (2019-07-18)
### Features
* memoFn ([65156f3](https://github.com/NaturalCycles/js-lib/commit/65156f3))
# [8.1.0](https://github.com/NaturalCycles/js-lib/compare/v8.0.1...v8.1.0) (2019-07-16)

@@ -2,0 +9,0 @@

3

dist-esm/index.js

@@ -8,2 +8,3 @@ import { getArgsSignature } from './decorators/decorator.util';

import { _chunk, _flatten, _flattenDeep, _range, _uniq, _uniqBy, by } from './util/array.util';
import { memoFn } from './util/memoFn';
import { _get, _has, _invert, _merge, _omit, _pick, _set, _unset, deepCopy, deepEquals, deepTrim, filterEmptyStringValues, filterFalsyValues, filterObject, filterUndefinedValues, getKeyByValue, invertMap, isEmptyObject, isObject, mask, objectNullValuesToUndefined, sortObjectDeep, transformValues, } from './util/object.util';

@@ -14,3 +15,3 @@ import { randomInt } from './util/random.util';

import { _capitalize, _lowerFirst, _split, _upperFirst, removeWhitespace, resultToString, } from './util/string.util';
export { memo, logMethod, getArgsSignature, AppError, HttpError, randomInt, loadScript, _capitalize, _upperFirst, _lowerFirst, _split, removeWhitespace, resultToString, _pick, _omit, filterFalsyValues, filterEmptyStringValues, filterUndefinedValues, filterObject, transformValues, objectNullValuesToUndefined, deepEquals, deepCopy, isObject, isEmptyObject, _merge, deepTrim, sortObjectDeep, _get, _set, _has, _unset, mask, getKeyByValue, _invert, invertMap, by, anyToErrorMessage, anyToErrorObject, anyToAppError, errorToErrorObject, errorObjectToAppError, errorObjectToHttpError, appErrorToErrorObject, appErrorToHttpError, _range, _uniq, _uniqBy, _flatten, _flattenDeep, _chunk, SimpleMovingAverage, };
export { memo, memoFn, logMethod, getArgsSignature, AppError, HttpError, randomInt, loadScript, _capitalize, _upperFirst, _lowerFirst, _split, removeWhitespace, resultToString, _pick, _omit, filterFalsyValues, filterEmptyStringValues, filterUndefinedValues, filterObject, transformValues, objectNullValuesToUndefined, deepEquals, deepCopy, isObject, isEmptyObject, _merge, deepTrim, sortObjectDeep, _get, _set, _has, _unset, mask, getKeyByValue, _invert, invertMap, by, anyToErrorMessage, anyToErrorObject, anyToAppError, errorToErrorObject, errorObjectToAppError, errorObjectToHttpError, appErrorToErrorObject, appErrorToHttpError, _range, _uniq, _uniqBy, _flatten, _flattenDeep, _chunk, SimpleMovingAverage, };
//# sourceMappingURL=index.js.map

@@ -11,2 +11,3 @@ import { getArgsSignature } from './decorators/decorator.util';

import { _chunk, _flatten, _flattenDeep, _range, _uniq, _uniqBy, by } from './util/array.util';
import { memoFn } from './util/memoFn';
import { _get, _has, _invert, _merge, _omit, _pick, _set, _unset, deepCopy, deepEquals, deepTrim, filterEmptyStringValues, filterFalsyValues, filterObject, filterUndefinedValues, getKeyByValue, invertMap, isEmptyObject, isObject, mask, objectNullValuesToUndefined, sortObjectDeep, transformValues } from './util/object.util';

@@ -17,2 +18,2 @@ import { randomInt } from './util/random.util';

import { _capitalize, _lowerFirst, _split, _upperFirst, removeWhitespace, resultToString } from './util/string.util';
export { memo, MemoCache, logMethod, getArgsSignature, ErrorData, ErrorObject, HttpErrorData, HttpErrorResponse, AppError, HttpError, Admin401ErrorData, Admin403ErrorData, randomInt, loadScript, StringMap, PromiseMap, ValuesOf, ValueOf, InstanceId, IsoDate, IsoDateTime, _capitalize, _upperFirst, _lowerFirst, _split, removeWhitespace, resultToString, _pick, _omit, filterFalsyValues, filterEmptyStringValues, filterUndefinedValues, filterObject, transformValues, objectNullValuesToUndefined, deepEquals, deepCopy, isObject, isEmptyObject, _merge, deepTrim, sortObjectDeep, _get, _set, _has, _unset, mask, getKeyByValue, _invert, invertMap, by, anyToErrorMessage, anyToErrorObject, anyToAppError, errorToErrorObject, errorObjectToAppError, errorObjectToHttpError, appErrorToErrorObject, appErrorToHttpError, _range, _uniq, _uniqBy, _flatten, _flattenDeep, _chunk, SimpleMovingAverage, };
export { memo, MemoCache, memoFn, logMethod, getArgsSignature, ErrorData, ErrorObject, HttpErrorData, HttpErrorResponse, AppError, HttpError, Admin401ErrorData, Admin403ErrorData, randomInt, loadScript, StringMap, PromiseMap, ValuesOf, ValueOf, InstanceId, IsoDate, IsoDateTime, _capitalize, _upperFirst, _lowerFirst, _split, removeWhitespace, resultToString, _pick, _omit, filterFalsyValues, filterEmptyStringValues, filterUndefinedValues, filterObject, transformValues, objectNullValuesToUndefined, deepEquals, deepCopy, isObject, isEmptyObject, _merge, deepTrim, sortObjectDeep, _get, _set, _has, _unset, mask, getKeyByValue, _invert, invertMap, by, anyToErrorMessage, anyToErrorObject, anyToAppError, errorToErrorObject, errorObjectToAppError, errorObjectToHttpError, appErrorToErrorObject, appErrorToHttpError, _range, _uniq, _uniqBy, _flatten, _flattenDeep, _chunk, SimpleMovingAverage, };

@@ -30,2 +30,4 @@ "use strict";

exports.by = array_util_1.by;
const memoFn_1 = require("./util/memoFn");
exports.memoFn = memoFn_1.memoFn;
const object_util_1 = require("./util/object.util");

@@ -32,0 +34,0 @@ exports._get = object_util_1._get;

{
"name": "@naturalcycles/js-lib",
"version": "8.1.0",
"version": "8.2.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "del ./dist && tsc",

@@ -27,2 +27,3 @@ import { getArgsSignature } from './decorators/decorator.util'

import { _chunk, _flatten, _flattenDeep, _range, _uniq, _uniqBy, by } from './util/array.util'
import { memoFn } from './util/memoFn'
import {

@@ -68,2 +69,3 @@ _get,

MemoCache,
memoFn,
logMethod,

@@ -70,0 +72,0 @@ getArgsSignature,

Sorry, the diff of this file is not supported yet

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