Socket
Socket
Sign inDemoInstall

expire-unused-keys

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

index.js

@@ -57,2 +57,3 @@ var EventEmitter = require('events').EventEmitter

var interval = setInterval(checkForExpiredKeys, checkIntervalMs || 1000)
interval.unref && interval.unref()

@@ -59,0 +60,0 @@ expirer.touch = expirer.emit.bind(expirer, 'touch')

2

package.json
{
"name": "expire-unused-keys",
"version": "1.0.0",
"version": "1.0.1",
"main": "./index.js",

@@ -5,0 +5,0 @@ "author": {

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