Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browserid-verifier

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserid-verifier - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

.npmignore

4

lib/browserid.js

@@ -25,3 +25,3 @@ const

}
setTimeout(function() {

@@ -66,3 +66,3 @@ try {

}
}, 0);
}, 0);
};

@@ -16,3 +16,3 @@ // a trivial keyfetcher and key cache

if (keys[domain]) {
if ((new Date() - keys[domain].fetched_at).getTime() > KEY_EXPIRATION)
if ((new Date() - keys[domain].fetched_at) > KEY_EXPIRATION)
delete keys[domain];

@@ -19,0 +19,0 @@ if (keys[domain]) return cb(undefined, keys[domain].publicKey);

@@ -5,3 +5,3 @@ {

"description": "A node library to verify assertions",
"version": "0.0.2",
"version": "0.0.4",
"homepage": "http://github.com/lloyd/node-browserid",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"jwcrypto": "0.0.1",
"jwcrypto": "0.1.1",
"express": "2.5.1"

@@ -20,0 +20,0 @@ },

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