func-cache
Advanced tools
Comparing version 0.0.1-development to 1.0.0
{ | ||
"name": "func-cache", | ||
"version": "0.0.1-development", | ||
"version": "1.0.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "TypeScript library for caching static functions", |
@@ -31,2 +31,4 @@ # Fun cache | ||
} | ||
console.log(cachedFibonacci(1000)); //-- viewing the result | ||
``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8460
1
34