We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d878ec commit c26eb29Copy full SHA for c26eb29
1 file changed
lib/commands/audit.js
@@ -228,12 +228,6 @@ class VerifySignatures {
228
229
const registry = fetch.pickRegistry(spec, this.npm.flatOptions)
230
const keys = this.keys.get(registry) || []
231
- const validKeys = keys.filter((publicKey) => {
232
- if (!publicKey.expires) {
233
- return true
234
- }
235
- return Date.parse(publicKey.expires) > Date.now()
236
- })
237
238
try {
239
const registryConfig = {}
0 commit comments