Socket
Socket
Sign inDemoInstall

level-ttl

Package Overview
Dependencies
10
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.4 to 3.0.5

2

package.json

@@ -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)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc