@thi.ng/memoize
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.2.0...@thi.ng/memoize@0.2.1) (2018-09-10) | ||
**Note:** Version bump only for package @thi.ng/memoize | ||
<a name="0.2.0"></a> | ||
@@ -8,0 +17,0 @@ # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.1.2...@thi.ng/memoize@0.2.0) (2018-09-06) |
{ | ||
"name": "@thi.ng/memoize", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Function memoization with configurable caches", | ||
@@ -31,3 +31,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^4.1.0" | ||
"@thi.ng/api": "^4.1.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "keywords": [ |
# @thi.ng/memoize | ||
[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/memoize.svg)](https://www.npmjs.com/package/@thi.ng/memoize) | ||
[![npm version](https://img.shields.io/npm/v/@thi.ng/memoize.svg)](https://www.npmjs.com/package/@thi.ng/memoize) | ||
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/memoize.svg) | ||
@@ -12,2 +13,3 @@ This project is part of the | ||
- [Installation](#installation) | ||
- [Dependencies](#dependencies) | ||
- [Usage examples](#usage-examples) | ||
@@ -14,0 +16,0 @@ - [Optimized version for single arg functions](#optimized-version-for-single-arg-functions) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22957
120
163
2
4
40
Updated@thi.ng/api@^4.1.1