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

@accounts/database-manager

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/database-manager - npm Package Compare versions

Comparing version 0.1.0-beta.14 to 0.1.0-beta.15

2

lib/database-manager.d.ts

@@ -7,3 +7,3 @@ import { DatabaseInterface } from '@accounts/types';

constructor(configuration: Configuration);
private validateConfiguration(configuration);
private validateConfiguration;
readonly createUser: DatabaseInterface['createUser'];

@@ -10,0 +10,0 @@ readonly findUserById: DatabaseInterface['findUserById'];

{
"name": "@accounts/database-manager",
"version": "0.1.0-beta.14",
"version": "0.1.0-beta.15",
"description": "Accounts Database Manager, allow the use of separate databases for session and user",

@@ -50,4 +50,4 @@ "main": "lib/index.js",

"dependencies": {
"@accounts/types": "^0.1.0-beta.14"
"@accounts/types": "^0.1.0-beta.15"
}
}
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