Socket
Socket
Sign inDemoInstall

stytch

Package Overview
Dependencies
Maintainers
16
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stytch - npm Package Compare versions

Comparing version 10.18.0 to 10.19.0

3

dist/b2c/m2m.js

@@ -119,3 +119,4 @@ "use strict";

} = await (0, _sessions.authenticateM2MJwtLocal)(this.jwksClient, this.jwtOptions, data.access_token, {
max_token_age_seconds: data.max_token_age_seconds
max_token_age_seconds: data.max_token_age_seconds,
clock_tolerance_seconds: data.clock_tolerance_seconds
});

@@ -122,0 +123,0 @@ const scopes = scope.split(" ");

{
"name": "stytch",
"version": "10.18.0",
"version": "10.19.0",
"description": "A wrapper for the Stytch API",

@@ -5,0 +5,0 @@ "types": "./types/lib/index.d.ts",

@@ -187,3 +187,3 @@ # Stytch Node.js Library

If you have questions or want help troubleshooting, join us in [Slack](https://stytch.slack.com/join/shared_invite/zt-2f0fi1ruu-ub~HGouWRmPARM1MTwPESA) or email support@stytch.com.
If you have questions or want help troubleshooting, join us in [Slack](https://stytch.com/docs/resources/support/overview) or email support@stytch.com.

@@ -190,0 +190,0 @@ If you've found a security vulnerability, please follow our [responsible disclosure instructions](https://stytch.com/docs/resources/security-and-trust/security#:~:text=Responsible%20disclosure%20program).

@@ -85,2 +85,3 @@ import { Clients } from "./m2m_clients";

max_token_age_seconds?: number;
clock_tolerance_seconds?: number;
}

@@ -87,0 +88,0 @@ export interface AuthenticateTokenResponse {

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