Socket
Socket
Sign inDemoInstall

level-ttl

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-ttl - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

5

level-ttl.js

@@ -181,6 +181,11 @@ const after = require('after')

})
if (on.length)
ttlon(db, on, options.ttl, done)
else
done()
if (off.length)
ttloff(db, off, done)
else
done()
}

@@ -187,0 +192,0 @@

2

package.json
{
"name" : "level-ttl"
, "description" : "Adds a 'ttl' option to LevelUP for puts and batches"
, "version" : "0.0.0"
, "version" : "0.0.1"
, "homepage" : "https://github.com/rvagg/node-level-ttl"

@@ -6,0 +6,0 @@ , "authors" : [

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc