Comparing version 3.0.4 to 3.0.5
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"homepage": "https://github.com/level/level-ttl", | ||
@@ -14,0 +14,0 @@ "authors": [ |
@@ -9,8 +9,2 @@ const tape = require('tape') | ||
function fixtape (t) { | ||
t.like = function (str, reg, msg) { | ||
t.ok(reg.test(str), msg) | ||
} | ||
} | ||
function test (name, fn, opts) { | ||
@@ -21,4 +15,2 @@ ltest(name, opts, function (t, _db, createReadStream) { | ||
fixtape(t) | ||
db = ttl(_db, xtend({ checkFrequency: 50 }, opts)) | ||
@@ -25,0 +17,0 @@ fn(t, db, createReadStream, close) |
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
31801
664