fast-memoize
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "fast-memoize", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Fastest memoization lib that supports N arguments", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
<img src="http://rawgit.com/caiogondim/fast-memoize/master/img/icon.svg" width="100%" /> | ||
<h1 align="center">fast-memoize.js</h1> | ||
# fast-memoize | ||
<div align="center"> | ||
<div> | ||
<img src="http://travis-ci.org/caiogondim/fast-memoize.js.svg?branch=master" alt="Travis CI"> <img src="http://img.badgesize.io/caiogondim/fast-memoize.js/master/src/index.js?compression=gzip"> <img src="https://codecov.io/gh/caiogondim/fast-memoize.js/branch/master/graph/badge.svg" alt="Code coverage"> <a href="https://www.npmjs.com/package/fast-memoize"><img src="https://img.shields.io/npm/v/fast-memoize.svg" /></a> | ||
@@ -7,0 +7,0 @@ </div> |
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
17098