Socket
Socket
Sign inDemoInstall

stytch

Package Overview
Dependencies
Maintainers
17
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 6.1.0 to 6.1.1

8

dist/b2b/passwords.js

@@ -37,11 +37,7 @@ "use strict";

resetByEmail(token, password, data) {
resetByEmail(data) {
return (0, _shared.request)(this.fetchConfig, {
method: "POST",
url: this.endpoint("email/reset"),
data: {
token,
password,
...data
}
data: data
});

@@ -48,0 +44,0 @@ }

{
"name": "stytch",
"version": "6.1.0",
"version": "6.1.1",
"description": "A wrapper for the Stytch API",

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

@@ -116,3 +116,3 @@ import { BaseResponse, fetchConfig } from "../shared";

resetByEmailStart(data: EmailResetStartRequest): Promise<EmailResetStartResponse>;
resetByEmail(token: string, password: string, data?: EmailResetRequest): Promise<EmailResetResponse>;
resetByEmail(data?: EmailResetRequest): Promise<EmailResetResponse>;
resetByExistingPassword(data: ExistingPasswordResetRequest): Promise<ExistingPasswordResetResponse>;

@@ -119,0 +119,0 @@ resetBySession(data: SessionResetRequest): Promise<SessionResetResponse>;

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