func-cache
Advanced tools
Comparing version 2.0.7 to 2.0.71
{ | ||
"name": "func-cache", | ||
"version": "2.0.7", | ||
"version": "2.0.71", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "TypeScript library for caching static functions", |
import { aforSec } from "aforwait" | ||
import funCache from "."; | ||
import { fSCacher } from "./tools/fs"; | ||
import funCache from "./main"; | ||
import { fSCacher } from "./tools"; | ||
@@ -5,0 +5,0 @@ |
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
103279