New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-authenticators

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-authenticators - npm Package Compare versions

Comparing version 0.2.0-experiiment-4 to 0.2.0-experiiment-5

1

lib/vendors/AppleAuthenticator.js

@@ -42,2 +42,3 @@ "use strict";

const { state: sessionState, nonce } = (0, lib_1.decodeSessionData)(pop());
console.log('debug', sessionState, state);
if (!(0, lib_1.safeCompare)(state, sessionState))

@@ -44,0 +45,0 @@ throw new OAuth2Error_1.default('Invalid returning state');

2

package.json
{
"name": "express-authenticators",
"version": "0.2.0-experiiment-4",
"version": "0.2.0-experiiment-5",
"description": "Third party authenticators in nodejs. Support various providers. Almost zero dependencies.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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