@graphile/lru
Advanced tools
Comparing version 4.6.0-alpha.0 to 4.8.0-rc.0
@@ -23,2 +23,1 @@ interface LRUOptions<KeyType, ValueType> { | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@graphile/lru", | ||
"version": "4.6.0-alpha.0", | ||
"version": "4.8.0-rc.0", | ||
"description": "Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)", | ||
@@ -9,3 +9,4 @@ "main": "node8plus/index.js", | ||
"test": "jest", | ||
"prepack": "tsc -b" | ||
"prepack": "mkdir -p node8plus && tsc", | ||
"watch": "mkdir -p node8plus && tsc --watch" | ||
}, | ||
@@ -31,3 +32,3 @@ "repository": { | ||
"ts-node": "^8.1.0", | ||
"typescript": "^3.7.2" | ||
"typescript": "^3.4.5" | ||
}, | ||
@@ -37,3 +38,6 @@ "files": [ | ||
], | ||
"gitHead": "4f7f78ce99ef1bdd8be1330fc7fc68d607e878eb" | ||
"dependencies": { | ||
"tslib": "^1.13.0" | ||
}, | ||
"gitHead": "f9d4d21c67bc3af908dbf070190fe1a1230c8d1f" | ||
} |
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
8675
1
6
+ Addedtslib@^1.13.0
+ Addedtslib@1.14.1(transitive)