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.1.0 to 1.1.1

test/expired_event_emits_1_arg.js

2

index.js

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

if (!err) {
filterForgotten(expiringNow).forEach(expirer.emit.bind(expirer, 'expire'))
filterForgotten(expiringNow).forEach(function (key) { expirer.emit('expire', key) })
}

@@ -48,0 +48,0 @@ forgotten = []

{
"name": "expire-unused-keys",
"version": "1.1.0",
"version": "1.1.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