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

@accounts/server

Package Overview
Dependencies
Maintainers
5
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/server - npm Package Compare versions

Comparing version 0.1.0-beta.3 to 0.1.0-beta.5

2

lib/accounts-server.d.ts

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

/// <reference types="@types/node" />
/// <reference types="node" />
import { EventEmitter } from 'events';

@@ -3,0 +3,0 @@ import { UserObjectType, LoginReturnType, TokensType, SessionType, ImpersonateReturnType, HookListener } from '@accounts/common';

@@ -50,2 +50,3 @@ import { UserObjectType, CreateUserType, SessionType } from '@accounts/common';

setService(userId: string, serviceName: string, data: object): Promise<void>;
unsetService(userId: string, serviceName: string): Promise<void>;
findPasswordHash(userId: string): Promise<string | null>;

@@ -52,0 +53,0 @@ findUserByResetPasswordToken(token: string): Promise<UserObjectType | null>;

{
"name": "@accounts/server",
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.5",
"description": "Fullstack authentication and accounts-management",

@@ -49,3 +49,3 @@ "main": "lib/index.js",

"dependencies": {
"@accounts/common": "^0.1.0-beta.3",
"@accounts/common": "^0.1.0-beta.5",
"babel-polyfill": "^6.23.0",

@@ -52,0 +52,0 @@ "bcryptjs": "^2.4.0",

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