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

marvin-auth-kit

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marvin-auth-kit - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

3

dist/config/DefaultServerConfig.js
export const defaultServerConfig = {
allow_access_without_email_validation: false,
allow_invalid_email_addresses: false,
auth_keypair_public: '===default===',
version: 'default',
paging_maximum_limit_value: 100,
app_url: '',
appurl: '',
password_allow_equal_to_email_address: false,

@@ -8,0 +9,0 @@ password_minimum_distinct_chars: 6,

@@ -1,2 +0,2 @@

export declare const API_COMPATIBLE_VERSION_RANGE = "~4.3.6";
export declare const API_COMPATIBLE_VERSION_RANGE = "~4.3.7";
export { defaultServerConfig } from './config/DefaultServerConfig';

@@ -3,0 +3,0 @@ export { auth } from './auth';

// The marvin-auth api is versioned semver wise
// this variables indicates the compatbility this current build supports
export const API_COMPATIBLE_VERSION_RANGE = '~4.3.6';
export const API_COMPATIBLE_VERSION_RANGE = '~4.3.7';
export { defaultServerConfig } from './config/DefaultServerConfig';

@@ -5,0 +5,0 @@ export { auth } from './auth';

import { AxiosStatic } from 'axios';
export interface AuthConfig {
allow_access_without_email_validation: boolean;
allow_invalid_email_addresses: boolean;
auth_keypair_public: string;
version: string;
app_url: string;
appurl: string;
paging_maximum_limit_value: number;

@@ -8,0 +9,0 @@ password_allow_equal_to_email_address: boolean;

{
"name": "marvin-auth-kit",
"version": "5.1.0",
"version": "5.1.1",
"description": "Javscript authentication kit",

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

@@ -5,6 +5,7 @@ import { AuthConfig } from '../types';

allow_access_without_email_validation: false,
allow_invalid_email_addresses: false,
auth_keypair_public: '===default===',
version: 'default',
paging_maximum_limit_value: 100,
app_url: '',
appurl: '',
password_allow_equal_to_email_address: false,

@@ -11,0 +12,0 @@ password_minimum_distinct_chars: 6,

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